DefinitelyTyped/types/cnpj/tsconfig.json
Miguel d9a1b4bc72
Added type definitions for cnpj (#42101)
* Added type definitions for cnpj

* removendo patch versioN

* corrigindo github url
2020-02-05 10:53:07 -08:00

23 lines
484 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",
"cnpj-tests.ts"
]
}