mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-05 12:59:53 +01:00
applied platformio structure
This commit is contained in:
21
lib/wifi-manager/webapp/tsconfig.json
Normal file
21
lib/wifi-manager/webapp/tsconfig.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": [ "src/*"],
|
||||
"@node_modules/*" : ["./node_modules/*"]},
|
||||
"outDir": "./dist/",
|
||||
"noImplicitAny": true,
|
||||
"target": "es6",
|
||||
"module": "CommonJS",
|
||||
"composite": true,
|
||||
// "jsx": "react",
|
||||
"allowJs": true,
|
||||
"allowSyntheticDefaultImports" : true,
|
||||
"esModuleInterop" : true
|
||||
|
||||
},
|
||||
"exclude": [
|
||||
"./node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user