2024.js/tsconfig.json

9 lines
129 B
JSON
Raw Permalink Normal View History

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