forked from gronod/squeezelite-esp32
7 lines
115 B
JSON
7 lines
115 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6"
|
|
},
|
|
"include": ["src/**/*"]
|
|
} |