mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 13:32:42 +01:00
17 lines
301 B
JSON
17 lines
301 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "ES6",
|
||
|
"noImplicitAny": true,
|
||
|
"sourceMap": true,
|
||
|
"allowJs": true,
|
||
|
"outDir": "ts-dist",
|
||
|
"esModuleInterop": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"*": ["node_modules/*"]
|
||
|
}
|
||
|
},
|
||
|
"include": ["src/**/*"]
|
||
|
}
|