2024.js/tsconfig.json

9 lines
129 B
JSON

{
"compilerOptions": {
"isolatedModules": true,
"lib": ["ES2019", "DOM"],
"strict": true,
"noEmit": true
}
}