Files
DefinitelyTyped/types/mysql/tsconfig.json
maximelkin 3543dcb85e Update mysql library definitions (#20639)
* updated definitions

* fixes duplicated names

* add allow synthetic def imports, add ts version

* bump module version

* little test fixes

* removed ts version

* fix module name and link to github, revert tsconfig

* fix of tsconfig(2)

* add fake interface for express-myconnection

* lint config and fixes, typeCasting, interface renaming

* fix naming, fix express-myconnection

* node-mysql-wrapper fix
2017-10-23 17:25:11 -07:00

24 lines
488 B
JSON

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