DefinitelyTyped/pbf/tsconfig.json
Christian Schwarz 34cc6ae05e Add typings for pbf (#12796)
* Add typings for pbf

* Fix test issues

* Remove single declare module

* Made buffer optional
2016-11-18 12:52:20 -08:00

20 lines
394 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"pbf-tests.ts"
]
}