Files

17 lines
232 B
JSON
Raw Permalink Normal View History

2017-10-20 13:51:32 +02:00
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2024",
"lib": [
"ES2024"
],
2017-10-20 13:51:32 +02:00
"outDir": "out",
"sourceMap": true,
2019-05-10 14:34:54 -07:00
"strict": true,
2018-11-19 12:43:10 +01:00
"rootDir": "src"
2017-10-20 13:51:32 +02:00
},
2018-11-19 12:43:10 +01:00
"exclude": [
"node_modules",
".vscode-test"
]
}