mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-12 22:47:15 +03:00
18 lines
313 B
JSON
18 lines
313 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": { "*": ["types/*"] },
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"module": "es6",
|
|
"target": "es2018",
|
|
"composite": true,
|
|
// "jsx": "react",
|
|
"allowJs": true
|
|
},
|
|
"exclude": [
|
|
"./node_modules"
|
|
]
|
|
}
|