Files
hopdown/tsconfig.json
2026-08-09 15:46:11 -07:00

14 lines
285 B
JSON

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