mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-09 17:51:46 +00:00
QOL: Move source code under the src directory. (#1318)
This commit is contained in:
@ -7,16 +7,14 @@
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true,
|
||||
"moduleResolution": "node",
|
||||
"baseUrl": ".",
|
||||
"baseUrl": "./src",
|
||||
"outDir": "./dist",
|
||||
"strict": true,
|
||||
"noImplicitAny": true,
|
||||
"strictFunctionTypes": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"exclude": [
|
||||
"./dist"
|
||||
],
|
||||
"exclude": ["./dist"],
|
||||
"paths": {
|
||||
"*": ["*.d.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user