Files
dark-shield/tsconfig.app.json
2025-11-11 12:09:49 -05:00

9 lines
139 B
JSON
Executable File

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"skipLibCheck": true
}
}