DefinitelyTyped/types/globrex/tsconfig.json
Piotr Błażejewicz (Peter Blazejewicz) 621363e730
feat(globrex): new type definition (#43826)
- type definition
- tests

https://github.com/terkelg/globrex#api

Thanks!
2020-04-13 16:20:44 -07:00

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