32 строки
745 B
JSON
32 строки
745 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"target": "ES6",
|
|
"lib": [
|
|
"es2015"
|
|
],
|
|
"noImplicitAny": false,
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"outDir": "./",
|
|
"rootDir": "./",
|
|
"noUnusedLocals": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": [
|
|
".vscode-test",
|
|
"node_modules",
|
|
"node_modules/@types",
|
|
"node_modules/@types*",
|
|
"/node_modules",
|
|
"../node_modules",
|
|
"*node_modules*",
|
|
"/node_modules*",
|
|
"debugger/testapp/node_modules",
|
|
"CordovaTypings",
|
|
"out",
|
|
"test/resources/testCordovaProject"
|
|
]
|
|
}
|