DefinitelyTyped/types/zdog/tsconfig.json
Dmitry Demensky 3ad3eefe64 Add types for zdog (#36905)
* Add types for zdog

* Fix dtslint errors
2019-07-15 12:09:16 -07:00

25 lines
504 B
JSON

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