TypeScript/tests/cases/user/zone.js/tsconfig.json
2018-04-06 16:16:34 -07:00

12 lines
215 B
JSON

{
"compilerOptions": {
"strict": true,
"lib": ["esnext", "dom"],
"types": []
},
"files": [
"index.ts",
"node_modules/zone.js/dist/zone.js.d.ts"
]
}