2019-11-09 13:36:22 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2020-01-15 16:31:43 -05:00
|
|
|
"strict": true,
|
2020-01-15 23:40:40 -05:00
|
|
|
"skipLibCheck": false,
|
2019-11-09 13:36:22 -05:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"outDir": "../../dist/typings_test_ts37/",
|
|
|
|
"rootDir": ".",
|
|
|
|
"target": "es5",
|
|
|
|
"lib": [
|
|
|
|
"es5",
|
|
|
|
"dom",
|
|
|
|
"es2015.collection",
|
|
|
|
"es2015.iterable",
|
|
|
|
"es2015.promise"
|
|
|
|
],
|
|
|
|
"types": [],
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"include-all.ts",
|
|
|
|
"node_modules/@types/jasmine/index.d.ts"
|
|
|
|
]
|
|
|
|
}
|