mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 21:26:33 +00:00
12 lines
239 B
JSON
12 lines
239 B
JSON
|
|
{
|
||
|
|
"extends": "../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./lib",
|
||
|
|
"rootDir": "./src",
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"jsxImportSource": "jsx-htmx"
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"],
|
||
|
|
"exclude": ["node_modules", "lib"]
|
||
|
|
}
|