https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-2.html https://blogs.msdn.microsoft.com/typescript/2018/11/29/announcing-typescript-3-2/ Any application using tsickle for closure compatibility will need to update it's tsickle dependency to 0.34 PR Close #27536
25 lines
500 B
JSON
25 lines
500 B
JSON
{
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "../../dist/typings_test_ts31/",
|
|
"rootDir": ".",
|
|
"target": "es5",
|
|
"lib": [
|
|
"es5",
|
|
"dom",
|
|
"es2015.collection",
|
|
"es2015.iterable",
|
|
"es2015.promise"
|
|
],
|
|
"types": [],
|
|
"strictNullChecks": true
|
|
},
|
|
"files": [
|
|
"include-all.ts",
|
|
"node_modules/@types/jasmine/index.d.ts"
|
|
]
|
|
}
|