2018-07-30 21:58:49 +03:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es6",
|
|
|
|
"outDir": "out",
|
2018-10-08 22:38:33 +01:00
|
|
|
"lib": ["es6"],
|
2018-07-30 21:58:49 +03:00
|
|
|
"sourceMap": true,
|
2018-08-27 22:52:43 +03:00
|
|
|
"rootDir": "src",
|
2019-06-29 18:00:22 +10:00
|
|
|
"strict": true,
|
|
|
|
"noUnusedLocals": true
|
2018-07-30 21:58:49 +03:00
|
|
|
},
|
2018-10-08 22:38:33 +01:00
|
|
|
"exclude": ["node_modules", ".vscode-test"]
|
2018-08-11 01:04:09 +03:00
|
|
|
}
|