AnnotateMap/client/tsconfig.json

12 lines
255 B
JSON
Raw Permalink Normal View History

2026-02-23 14:35:23 -08:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"allowImportingTsExtensions": true,
"noEmit": true
},
"include": ["src"]
}