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