Files
stellar/server/tsconfig.json
jason 177be6332b
Some checks failed
CI / validate (push) Has been cancelled
M0
2026-03-22 23:33:24 -05:00

17 lines
386 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"rootDir": "src",
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"types": ["node", "vitest/globals"]
},
"include": ["src"]
}