mirror of
https://github.com/tomasvarg/systemjs-typescript-minimal.git
synced 2026-03-01 08:18:52 +00:00
12 lines
249 B
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"]
|
|
}
|
|
}
|