photos/tsconfig.json
Andras Schmelczer 2010af6c12 ?
2021-05-30 11:56:27 +02:00

11 lines
201 B
JSON
Executable file

{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": false,
"module": "es6",
"target": "es5",
"sourceMap": true,
"allowJs": true,
"downlevelIteration": true
}
}