Files
aethera/frontend/tsconfig.json
2026-01-17 10:09:11 -05:00

14 lines
287 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"lib": ["ES2020", "DOM"],
"strict": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"noImplicitAny": true,
"moduleResolution": "bundler"
}
}