mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-13 04:16:34 +03:00
21 lines
334 B
JSON
21 lines
334 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"experimentalDecorators": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"module": "es6",
|
||
|
"target": "es6",
|
||
|
"noImplicitAny": false,
|
||
|
"sourceMap": false,
|
||
|
"outDir": ".tmp-es/",
|
||
|
"moduleResolution": "node"
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"lib",
|
||
|
"jspm_packages",
|
||
|
"build",
|
||
|
"docs",
|
||
|
"*.spec.js"
|
||
|
]
|
||
|
}
|