meshtastic/tsconfig.json

7 lines
113 B
JSON
Raw Normal View History

2021-04-01 17:34:44 -07:00
{
2023-05-16 21:25:23 -07:00
"compilerOptions": {
"moduleResolution": "node"
},
2022-05-07 06:51:02 -07:00
"extends": "@tsconfig/docusaurus/tsconfig.json"
2021-04-01 17:34:44 -07:00
}