1
0
mirror of https://github.com/tomasvarg/systemjs-typescript-minimal.git synced 2026-03-01 00:08:53 +00:00
systemjs-typescript-minimal/tsconfig.json

12 lines
249 B
JSON

{
"compilerOptions": {
"module": "system",
"noImplicitAny": false,
"noUnusedLocals": true,
"noUnusedParameters": false,
"typeRoots": "typings",
"types": [ "whatwg-fetch" ],
"lib": ["dom", "es5", "es2015.promise"]
}
}