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