2016-06-08 16:06:23 -07:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"outDir": "../../dist/typing-test/",
|
|
|
|
"rootDir": ".",
|
2017-01-27 16:16:58 -08:00
|
|
|
"target": "es5",
|
2017-01-26 19:49:44 -08:00
|
|
|
"lib": ["es5", "dom", "es2015.collection", "es2015.iterable", "es2015.promise"],
|
2017-02-08 19:50:16 -08:00
|
|
|
"types": [],
|
2017-04-27 13:39:21 -07:00
|
|
|
"strictNullChecks": true
|
2016-06-08 16:06:23 -07:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"include-all.ts",
|
|
|
|
"node_modules/@types/jasmine/index.d.ts"
|
|
|
|
]
|
|
|
|
}
|