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