AnnotateMap/shared/tsconfig.json

12 lines
218 B
JSON
Raw Permalink Normal View History

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