DefinitelyTyped/types/weak-napi/tsconfig.json
Hieu Lam 5ad20e47c6 [weak-napi] Add type for weak-napi package (#36869)
* Add type for  package

* Update test for `weak-napi`
2019-07-16 15:45:44 -07:00

24 lines
490 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",
"weak-napi-tests.ts"
]
}