mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-23 23:56:44 +02:00
19 lines
405 B
JSON
19 lines
405 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"lib": [
|
|
"es6", "dom", "es2017"
|
|
],
|
|
"outDir": "dist"
|
|
},
|
|
"typedocOptions": {
|
|
"entryPoints": ["src"],
|
|
"jsDocCompatibility": {
|
|
"exampleTag": true,
|
|
"defaultTag": true
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
} |