Files
bgApp/tsconfig.json
2026-02-13 22:13:05 +00:00

11 lines
201 B
JSON

{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}