mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 21:40:32 +03:00
commit
7809b5d282
|
@ -1,32 +1,31 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"target": "es5",
|
"target": "es5",
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"outDir": ".tmp",
|
"outDir": ".tmp",
|
||||||
"pretty": true,
|
"pretty": true,
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"types": [
|
"types": [
|
||||||
"core-js",
|
"core-js",
|
||||||
"jasmine",
|
"jasmine",
|
||||||
"should",
|
"should",
|
||||||
"requirejs"
|
"requirejs"
|
||||||
],
|
],
|
||||||
"noEmitHelpers": true
|
"noEmitHelpers": true
|
||||||
},
|
},
|
||||||
"compileOnSave": false,
|
"compileOnSave": false,
|
||||||
|
"exclude": [
|
||||||
"exclude": [
|
|
||||||
"node_modules",
|
"node_modules",
|
||||||
".tmp",
|
".tmp",
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
"awesomeTypescriptLoaderOptions": {
|
"awesomeTypescriptLoaderOptions": {
|
||||||
"resolveGlobs": true,
|
"resolveGlobs": true,
|
||||||
"forkChecker": true,
|
"forkChecker": true,
|
||||||
"useWebpackText": true
|
"useWebpackText": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user