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