mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
32 lines
600 B
JSON
32 lines
600 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"noImplicitAny": false,
|
|
"sourceMap": true,
|
|
"outDir": ".tmp",
|
|
"pretty": true,
|
|
"moduleResolution": "node",
|
|
"types": [
|
|
"core-js",
|
|
"jasmine",
|
|
"should",
|
|
"requirejs"
|
|
],
|
|
"noEmitHelpers": true
|
|
},
|
|
"compileOnSave": false,
|
|
"exclude": [
|
|
"node_modules",
|
|
".tmp",
|
|
"dist"
|
|
],
|
|
"awesomeTypescriptLoaderOptions": {
|
|
"resolveGlobs": true,
|
|
"forkChecker": true,
|
|
"useWebpackText": true
|
|
}
|
|
}
|