mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
9 lines
185 B
JSON
9 lines
185 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "."
|
||
|
|
},
|
||
|
|
"include": ["generated/**/*.json", "scripts/**/*.ts", "src/**/*.ts"]
|
||
|
|
}
|