2016-06-08 19:06:23 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"outDir": "../../dist/typing-test/",
|
|
|
|
"rootDir": ".",
|
2017-01-27 19:16:58 -05:00
|
|
|
"target": "es5",
|
2017-01-26 22:49:44 -05:00
|
|
|
"lib": ["es5", "dom", "es2015.collection", "es2015.iterable", "es2015.promise"],
|
2017-02-08 22:50:16 -05:00
|
|
|
"types": [],
|
2017-03-23 17:54:19 -04:00
|
|
|
// TODO(i): strictNullChecks should turned on but are temporarily disabled due to #15432
|
|
|
|
"strictNullChecks": false
|
2016-06-08 19:06:23 -04:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"include-all.ts",
|
|
|
|
"node_modules/@types/jasmine/index.d.ts"
|
|
|
|
]
|
|
|
|
}
|