Files
moreminimore-redesign/packages/blocks/playground/tsconfig.json
2026-04-01 10:44:22 +01:00

15 lines
309 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "preserve",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"strict": true,
"noUncheckedIndexedAccess": true,
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"verbatimModuleSyntax": true
},
"include": ["src/**/*"]
}