DefinitelyTyped/types/purdy/tsconfig.json
YellowKirby 8821e40a2e Add types for purdy@3.5 (#35679)
* [purdy] Add types for 3.5

* [purdy]: Don't ignore lint warning
2019-05-28 12:58:50 -07:00

24 lines
486 B
JSON

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