26 строки
478 B
JSON
26 строки
478 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"outDir": "out",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"rootDir": ".",
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"*": [
|
|
"node_modules/@types/*",
|
|
"*"
|
|
]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
".vscode-test",
|
|
"gulpfile.ts"
|
|
]
|
|
}
|