DefinitelyTyped/types/pnpapi/tsconfig.json
Maël Nison 1fce2f26d6 Adds types for the pnpapi module (#36447)
* Adds types for the pnpapi module

* Fixes headers

* Fixes linting

* More linting;
2019-06-26 11:04:14 -07:00

24 lines
487 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",
"pnpapi-tests.ts"
]
}