Files
16gagent/network-tool/apps/relay-node/tsconfig.json
T
2026-06-06 10:40:48 +08:00

13 lines
221 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"]
}