photos/tsconfig.json
schmelczerandras 8526739939 Copy everything
2020-08-12 15:02:30 +02:00

11 lines
201 B
JSON

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