lauchpioos/tsconfig.json
2021-11-26 14:35:59 +01:00

8 lines
140 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"outDir": "out",
"sourceMap": true
}
}