mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* add types for turndown * use auto-genned tsconfig and tslint * add dom types * re-generate module * fix tests and typescript version * feature/json-rules-engine: add initial types for json-rules-engine * feature/json-rules-engine: update test * also satisfy linter * feature/json-rules-engine: update types * chore: pre-commit hook fixes * chore: fix missing optional param * feature/json-rules-engine: remove generic type
24 lines
498 B
JSON
24 lines
498 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"json-rules-engine-tests.ts"
|
|
]
|
|
}
|