antos-frontend/tsconfig.json

11 lines
210 B
JSON
Raw Normal View History

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