collabvm3-protocol/js/tsconfig.json

16 lines
235 B
JSON
Raw Permalink Normal View History

2025-01-10 14:14:41 -05:00
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"esModuleInterop": true,
"lib": [
"ES2020",
"DOM"
],
"moduleResolution": "node",
"rootDir": "./src",
"outDir": "./dist",
"declaration": true
},
}