Files
hopdown/tsconfig.json
T
2026-08-10 12:19:01 -07:00

15 lines
310 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ES2025",
"module": "CommonJS",
"esModuleInterop": true,
"types": ["node"],
"forceConsistentCasingInFileNames": true,
"outDir": "dist/lib",
"rootDir": "src/ts"
},
"include": ["src/ts/**/*.ts"],
"exclude": ["test/**/*"]
}