2018-01-27 22:50:50 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es6",
|
|
|
|
"outDir": "out",
|
|
|
|
"lib": [
|
2018-04-28 04:10:55 +01:00
|
|
|
"dom",
|
2018-01-27 22:50:50 +00:00
|
|
|
"es6"
|
|
|
|
],
|
|
|
|
"sourceMap": true,
|
2018-01-28 01:30:03 +00:00
|
|
|
"rootDir": "src",
|
|
|
|
"strict": true,
|
|
|
|
"strictNullChecks": false
|
2018-01-27 22:50:50 +00:00
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
|
|
|
".vscode-test"
|
|
|
|
]
|
|
|
|
}
|