This commit is contained in:
Niels Kooiman
2020-02-13 10:17:38 +01:00
commit 6fd3ed82c2
12 changed files with 680 additions and 0 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"sourceMap": true,
"strict": true,
"rootDir": "src"
},
"exclude": ["node_modules", ".vscode-test"]
}