Files
DefinitelyTyped/pug/tsconfig.json
Michał Lytek bd3b7be34a Extended typings to provide better intellisence for users. (#12278)
* Extended typings to provide better intellisence for users.

* Definitions authors fix.

* null-check fix + type instead of interface

* Updated render and renderFile comments.

* Renamed res to html in callback declaration.
2016-10-29 08:51:06 -07:00

19 lines
393 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"pug-tests.ts"
]
}