DefinitelyTyped/types/validate-npm-package-license/tsconfig.json
Gabriel Fournier 67d24513cc
🤖 Merge PR #46404 new package: validate-npm-package-name by @carboneater
* feat: new package: validate-npm-package-name

* fix: Fix Project Repo URL

Co-authored-by: Gabriel Fournier <gfournier@focusoptimization.com>
2020-07-30 13:17:18 -04:00

24 lines
509 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",
"validate-npm-package-license-tests.ts"
]
}