Files
generic_typescript_server/tsconfig.json
KS Jannette b289607e78 first commit
2026-05-17 19:49:23 -04:00

10 lines
147 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true
}