projekt-sklep/tsconfig.json

13 lines
181 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"strict": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "ES2018",
"allowJs": true
}
}