meshtastic/website/tsconfig.json

9 lines
154 B
JSON
Raw Normal View History

2021-04-01 17:34:44 -07:00
{
"extends": "@tsconfig/docusaurus/tsconfig.json",
2021-11-30 02:46:31 -08:00
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"strict": true
},
2021-04-01 17:34:44 -07:00
"include": ["src/"]
}