hotel_pi/frontend/tsconfig.json
2026-04-06 21:33:52 -04:00

13 lines
261 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"allowJs": true,
"checkJs": false,
"strict": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"target": "ES2020"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}