21 строка
478 B
JSON
21 строка
478 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"declaration": true,
|
|
"rootDir": "src/",
|
|
"outDir": "bin/",
|
|
"experimentalDecorators": true,
|
|
"module": "amd",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"preserveConstEnums": true,
|
|
"strict": true,
|
|
"lib": [
|
|
"es5",
|
|
"es6",
|
|
"dom",
|
|
"es2015.promise"
|
|
]
|
|
}
|
|
} |