DefinitelyTyped/spatialite/tsconfig.json
Arne Schubert 0471d55976 Add typings for npm-module spatialite (#14094)
* Add typings for spatialite

* Fix lints

* Enhance for strictNullChecks option

* Running npm run new-package
2017-01-18 12:58:55 -08:00

21 lines
433 B
JSON

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