light_maymays/frontend/tsconfig.json
2021-08-28 12:14:13 +02:00

9 lines
165 B
JSON

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