projekt-sklep/tsconfig.json

13 lines
181 B
JSON
Raw Normal View History

2020-09-06 14:34:28 +02:00
{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"strict": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "ES2018",
"allowJs": true
}
}