2026-07-09 09:34:25 +08:00
|
|
|
{
|
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"noEmit": false,
|
|
|
|
|
"outDir": "dist",
|
|
|
|
|
"rootDir": "scripts",
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"rewriteRelativeImportExtensions": true
|
|
|
|
|
},
|
|
|
|
|
"include": ["scripts/providers/**/*.ts", "scripts/persist.ts"]
|
|
|
|
|
}
|