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

12 lines
238 B
JSON

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