Files
DefinitelyTyped/types/ngsijs/tsconfig.json
Guillermo Fernández 206bedb685 Ngsijs npm package types file (#23023)
* add types for ngsijs package

* add types for ngsijs package

* clean d.ts

* clean d.ts

* strictFunctionTypes true

* fix errors with paddings

* another fix updating tsconfig after removing test file

* eofline

* trailing whitespaces ¬¬

* Remove additional dependence
2018-04-09 12:50:01 -07:00

23 lines
460 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts"
]
}