mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* added astring definitions workstream: * fixed linting workstream: * updated index.d.ts added comment // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped to fix test build * updated tslint.json workstream: * added global scope support and removed redundant export * fixed missing semicola. * moved global test to own file. * cleaned tslint.json workstream: * tslint.json: removed custom rules probably fixes necessary, but local build does not produce any linting errors... workstream: * tslint fixes workstream: * fix import workstream: * removed import in global test.
24 lines
531 B
JSON
24 lines
531 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",
|
|
"test/astring.test.ts",
|
|
"test/astring-global.test.ts"
|
|
]
|
|
} |