mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
10 lines
158 B
JSON
10 lines
158 B
JSON
|
|
{
|
||
|
|
"extends": "../../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "src",
|
||
|
|
"types": ["node"]
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|