mirror of
https://github.com/meshtastic/web.git
synced 2026-04-20 22:10:26 -04:00
14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ES2020",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"moduleResolution": "bundler",
|
|
"emitDeclarationOnly": false,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src"]
|
|
}
|