mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +03:00
33 lines
628 B
JSON
33 lines
628 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"noImplicitAny": false,
|
|
"sourceMap": true,
|
|
"pretty": true,
|
|
"moduleResolution": "node",
|
|
"types": [
|
|
"jasmine",
|
|
"should",
|
|
"webpack"
|
|
],
|
|
"outDir": "dist",
|
|
"lib": [
|
|
"dom", "es2016", "dom.iterable"
|
|
],
|
|
"noEmitHelpers": false
|
|
},
|
|
"compileOnSave": false,
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
],
|
|
"awesomeTypescriptLoaderOptions": {
|
|
"resolveGlobs": true,
|
|
"forkChecker": true,
|
|
"useWebpackText": true
|
|
}
|
|
}
|