mirror of
https://github.com/Narcooo/inkos.git
synced 2026-08-28 23:02:03 +08:00
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"lib": ["ES2022"],
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/api"],
|
|
"exclude": ["src/api/**/*.test.ts"]
|
|
}
|