DefinitelyTyped/types/pathval/tsconfig.json
Rebecca Turner 90298b1f8b [pathval] Add types for pathval (#37453)
* [pathval] Add types for pathval

* Clean up redundant interfaces, use UMD mod. syntax

Changes requested by @sandersn

- Don't override lint rules in tslint.json
- Use modern UMD module syntax
- Removed redundant namespaces
2019-08-08 10:07:45 -07:00

24 lines
489 B
JSON

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