mirror of
https://github.com/khoaliber/paperclip.git
synced 2026-04-19 17:14:40 +00:00
11 lines
192 B
JSON
11 lines
192 B
JSON
{
|
|
"extends": "../../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"lib": ["ES2023", "DOM"],
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": ["src"]
|
|
}
|