haiku-atelier-2024/tsconfig.json

8 lines
121 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"isolatedModules": true,
"strict": true
}
}