mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
9 lines
154 B
JSON
9 lines
154 B
JSON
{
|
|
"extends": "@tsconfig/docusaurus/tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM"],
|
|
"strict": true
|
|
},
|
|
"include": ["src/"]
|
|
}
|