Add typings for sqlstring

This commit is contained in:
Marvin Hagemeister
2017-07-11 20:23:04 +02:00
parent 737e62220e
commit f0228785a5
4 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"sqlstring-tests.ts"
]
}