* Revert "fix(d.ts): enable angular2 compilation with TS flag --strictNullChecks (#8902)" This reverts commit 7e352a27f7172a80cfc5aefa6296ebbaca8df450. * test: add typescript test for our typings
24 lines
462 B
JSON
24 lines
462 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "../dist/tools/",
|
|
"noImplicitAny": true,
|
|
"paths": {
|
|
},
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"lib": ["es6", "dom"],
|
|
"target": "es5"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"typings-test"
|
|
]
|
|
}
|