2024.js/tsconfig.json

10 lines
153 B
JSON
Raw Permalink Normal View History

2024-01-12 19:21:19 -05:00
{
"compilerOptions": {
"isolatedModules": true,
"lib": ["ES2019", "DOM"],
"strict": true,
2024-07-20 00:08:32 -04:00
"target": "ES2020",
2024-01-12 19:21:19 -05:00
"noEmit": true
}
}