DefinitelyTyped/types/firebird/tsconfig.json
karak 9b6784d914 Firebird (#16933)
* Added 'firebird' package

* Fixed all of the errors from dtslint

* Modify tslint.json in dts-gen form

* Fixed more tslint errors.

* Validate whitespace rules(CI-only)
2017-06-04 14:16:58 -07:00

24 lines
478 B
JSON

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