mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 14:08:22 +01:00
1c32f2010c
- Better tooling support - Stronger type checking - Unit test with jest - JSDocc support
11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"skipLibCheck": true,
|
|
"lib": [
|
|
"es6", "dom", "es2017"
|
|
],
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
} |