mirror of
https://github.com/Smile-QWQ/SubTracker.git
synced 2026-05-07 23:59:12 +08:00
12 lines
223 B
JSON
12 lines
223 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts", "tests/**/*.ts", "prisma/seed.ts"]
|
|
}
|