38 lines
720 B
JSON
38 lines
720 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "../dist/tools/",
|
|
"noImplicitAny": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"paths": {},
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"target": "es5",
|
|
"skipLibCheck": true,
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"testing",
|
|
"node_modules",
|
|
"ts-api-guardian",
|
|
"typings-test",
|
|
"public_api_guard",
|
|
"docs"
|
|
],
|
|
"bazelOptions": {
|
|
"suppressTsconfigOverrideWarnings": true
|
|
}
|
|
}
|