d2c99ba97c
Co-authored-by: exe.dev user <exedev@jlongster-site.exe.xyz>
12 lines
361 B
JSON
12 lines
361 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@tsconfig/bun/tsconfig.json",
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"noUncheckedIndexedAccess": false,
|
|
"tsBuildInfoFile": "node_modules/.ts-dist/tests.tsbuildinfo"
|
|
},
|
|
"include": ["drizzle.config.ts", "script", "test"],
|
|
"references": [{ "path": "./tsconfig.json" }]
|
|
}
|