mirror of
https://github.com/knex/knex.git
synced 2025-06-26 22:00:25 +00:00
17 lines
387 B
JSON
17 lines
387 B
JSON
{
|
|
"extends": "@tsconfig/node12/tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node",
|
|
"declaration": false,
|
|
"rootDirs": ["lib"],
|
|
"importHelpers": false,
|
|
"sourceMap": true,
|
|
"baseUrl": "."
|
|
},
|
|
"include": ["lib/**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|