2018-07-30 13:58:49 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es6",
|
|
|
|
"outDir": "out",
|
2018-10-08 16:38:33 -05:00
|
|
|
"lib": ["es6"],
|
2018-07-30 13:58:49 -05:00
|
|
|
"sourceMap": true,
|
2018-08-27 14:52:43 -05:00
|
|
|
"rootDir": "src",
|
|
|
|
"strict": true
|
2018-07-30 13:58:49 -05:00
|
|
|
},
|
2018-10-08 16:38:33 -05:00
|
|
|
"exclude": ["node_modules", ".vscode-test"]
|
2018-08-10 17:04:09 -05:00
|
|
|
}
|