collabvm3-protocol/js/tsconfig.json
2025-01-10 14:14:41 -05:00

15 lines
235 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"esModuleInterop": true,
"lib": [
"ES2020",
"DOM"
],
"moduleResolution": "node",
"rootDir": "./src",
"outDir": "./dist",
"declaration": true
},
}