antos-frontend/tsconfig.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"]
}