2019-03-29 19:31:06 +01:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"module": "commonjs",
|
|
|
|
|
"target": "es6",
|
|
|
|
|
"outDir": "out",
|
|
|
|
|
"lib": ["es6"],
|
|
|
|
|
"sourceMap": true,
|
2019-05-10 14:34:54 -07:00
|
|
|
"strict": true,
|
2019-03-29 19:31:06 +01:00
|
|
|
"rootDir": "src"
|
|
|
|
|
},
|
|
|
|
|
"exclude": ["node_modules", ".vscode-test"]
|
|
|
|
|
}
|