mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 10:30:37 +09:00
12 lines
219 B
JSON
12 lines
219 B
JSON
|
|
{
|
||
|
|
"extends": "../../../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "src",
|
||
|
|
"lib": ["ES2023"],
|
||
|
|
"types": ["node"]
|
||
|
|
},
|
||
|
|
"include": ["src"],
|
||
|
|
"exclude": ["src/**/*.test.ts"]
|
||
|
|
}
|