mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Modernize the declaration as a hybrid UMD + explicit global * fix failing tests * remove dependency on lib.dom.d.ts * append own name to maintainers list * add a tslint.json file; lint declaration; lint tests * remove SystemJSSystemFields interface move SystemJSSystemFields properties to System interface add comments to additional members. reference: https://github.com/systemjs/systemjs/blob/master/docs/config-api.md#warnings https://github.com/systemjs/systemjs/blob/master/docs/config-api.md#pluginfirst * Update header as per code review.
23 lines
489 B
JSON
23 lines
489 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": false,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"systemjs-tests.ts"
|
|
]
|
|
} |