mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
14 lines
352 B
JSON
14 lines
352 B
JSON
{
|
|
// This file is not used in compilation. It is here just for a nice editor experience.
|
|
"extends": "@tsconfig/docusaurus/tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["DOM", "ESNext"],
|
|
"baseUrl": ".",
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"types": ["@types/jest"]
|
|
},
|
|
"include": ["src/"],
|
|
"exclude": ["src/sw.js"]
|
|
}
|