2025-12-28 00:29:58 -08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
|
"display": "React TypeScript Configuration",
|
2025-12-31 01:33:14 -08:00
|
|
|
"extends": "@lilith/typescript-config-base/tsconfig.base.json",
|
2025-12-28 00:29:58 -08:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
|
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
|
|
|
|
|
|
"noEmit": true,
|
|
|
|
|
"composite": true,
|
|
|
|
|
"isolatedModules": true
|
|
|
|
|
}
|
|
|
|
|
}
|