DefinitelyTyped/types/texzilla/tsconfig.json
Michal Grňo a5ed36aacb [texzilla] add the package (#29528)
* [texzilla] add the package

* adding myself as an author

* changed default export to individual exports
2018-10-15 10:03:33 -07:00

25 lines
508 B
JSON

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