mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-15 06:48:25 +08:00
* 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
24 lines
488 B
JSON
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"
|
|
]
|
|
}
|