mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
11 lines
191 B
JSON
11 lines
191 B
JSON
|
|
{
|
||
|
|
"extends": "../../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "src",
|
||
|
|
"lib": ["ES2023"],
|
||
|
|
"types": ["node", "vitest"]
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|