AnnotateMap/server/tsconfig.json

12 lines
222 B
JSON
Raw Normal View History

2026-02-23 14:35:23 -08:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"outDir": "dist",
"rootDir": "src",
"esModuleInterop": true
},
"include": ["src"]
}