mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-29 11:55:00 +00:00
70d62b1a54
also cleaned up the backend firmware to use littlefs filesystem.
21 lines
303 B
JSON
21 lines
303 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"target": "es5",
|
|
"module": "esnext",
|
|
"baseUrl": "./",
|
|
"moduleResolution": "bundler",
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
]
|
|
},
|
|
"lib": [
|
|
"esnext",
|
|
"dom",
|
|
"dom.iterable",
|
|
"scripthost"
|
|
]
|
|
}
|
|
}
|