antos-frontend/tsconfig.json
2021-06-13 12:08:16 +02:00

13 lines
270 B
JSON

{
"compilerOptions": {
"target": "es6",
"skipLibCheck": true,
"declaration": true,
"lib": [
"es6", "dom", "es2017"
],
"outDir": "dist",
"removeComments": true
},
"include": ["src/**/*.ts"]
}