2024.js/tsconfig.json

9 lines
129 B
JSON
Raw Normal View History

2024-01-12 19:21:19 -05:00
{
"compilerOptions": {
"isolatedModules": true,
"lib": ["ES2019", "DOM"],
"strict": true,
"noEmit": true
}
}