DefinitelyTyped/types/gulp-pug-linter/tsconfig.json
TokugawaT_YD 4f489b1a1e
Types for gulp-pug-linter (#47522)
* clear to tests

* Clear to tests

* fixed issues

* Update types/gulp-pug-linter/index.d.ts

Co-authored-by: Ilya Kaminsky <ilyakam@users.noreply.github.com>

* fixed issues

Co-authored-by: Ilya Kaminsky <ilyakam@users.noreply.github.com>
2020-09-17 09:23:47 -07:00

24 lines
496 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",
"gulp-pug-linter-tests.ts"
]
}