2025-06-07 01:24:32 -07:00
|
|
|
{
|
2025-06-07 02:25:06 -07:00
|
|
|
"compilerOptions": {
|
2025-06-07 16:45:45 -07:00
|
|
|
"allowImportingTsExtensions": true,
|
|
|
|
"baseUrl": ".",
|
2025-06-07 02:25:06 -07:00
|
|
|
"incremental": true,
|
2025-06-22 14:38:36 -07:00
|
|
|
"jsx": "react-jsxdev",
|
2025-08-02 19:22:07 -07:00
|
|
|
"jsxImportSource": "#engine",
|
2025-08-11 22:43:27 -07:00
|
|
|
"lib": ["esnext", "dom", "dom.iterable"],
|
2025-06-07 02:25:06 -07:00
|
|
|
"module": "nodenext",
|
2025-06-07 16:45:45 -07:00
|
|
|
"noEmit": true,
|
|
|
|
"outDir": ".clover/ts",
|
2025-06-07 02:25:06 -07:00
|
|
|
"paths": { "@/*": ["src/*"] },
|
2025-06-07 16:45:45 -07:00
|
|
|
"rootDir": ".",
|
|
|
|
"skipLibCheck": true,
|
2025-06-07 02:25:06 -07:00
|
|
|
"strict": true,
|
2025-06-15 23:42:10 -07:00
|
|
|
"verbatimModuleSyntax": true,
|
2025-08-11 22:43:27 -07:00
|
|
|
"target": "es2022",
|
|
|
|
"noUncheckedIndexedAccess": true
|
2025-06-15 11:35:28 -07:00
|
|
|
},
|
|
|
|
"include": ["framework/**/*", "src/**/*"]
|
2025-06-06 23:38:02 -07:00
|
|
|
}
|