Files
DefinitelyTyped/types/geobuf/tsconfig.json
Chad Burt 593b226eac [@types/geobuf] Add typings for geobuf project (#40532)
* Add types for geobuf

https://github.com/mapbox/geobuf

* Remove patch version from header
2019-11-20 12:34:45 -08: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",
"geobuf-tests.ts"
]
}