antos-frontend/tsconfig.json
Xuan Sang LE 1c32f2010c Switch from coffee script to typescrit
- Better tooling support
- Stronger type checking
- Unit test with jest
- JSDocc support
2020-05-29 22:22:00 +02:00

11 lines
210 B
JSON

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