lauchpioos/tsconfig.json
2021-11-25 22:06:50 +01:00

8 lines
140 B
JSON

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