mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 14:08:22 +01:00
11 lines
210 B
JSON
11 lines
210 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"skipLibCheck": true,
|
||
|
"lib": [
|
||
|
"es6", "dom", "es2017"
|
||
|
],
|
||
|
"outDir": "dist"
|
||
|
},
|
||
|
"include": ["src/**/*.ts"]
|
||
|
}
|