Files
vm-cloud/tsconfig.json
Vault Sovereign a075fcf95f Initial vmc CLI
2025-12-26 19:35:03 +00:00

14 lines
257 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"]
}