angular-cn/tools/typings-test/tsconfig.json
Miško Hevery 87d824e1b4 fix: add typescript test for our typings (#9096)
* Revert "fix(d.ts): enable angular2 compilation with TS flag --strictNullChecks (#8902)"

This reverts commit 7e352a27f7172a80cfc5aefa6296ebbaca8df450.

* test: add typescript test for our typings
2016-06-08 16:06:23 -07:00

18 lines
430 B
JSON

{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "commonjs",
"moduleResolution": "node",
"outDir": "../../dist/typing-test/",
"rootDir": ".",
"target": "es5"
},
"files": [
"include-all.ts",
"node_modules/@types/es6-promise/index.d.ts",
"node_modules/@types/es6-collections/index.d.ts",
"node_modules/@types/jasmine/index.d.ts"
]
}