mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
8 lines
147 B
JSON
8 lines
147 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"noEmit": true
|
|
},
|
|
"include": ["../src/**/*.ts", "**/*.ts"]
|
|
}
|