schmelczer-dev/tsconfig.json
Schmelczer András a3f39c6179 Add cv
2020-01-18 22:48:19 +01:00

11 lines
201 B
JSON

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