mirror of
https://github.com/nimbusdotstorage/Nimbus
synced 2026-04-22 17:45:03 +02:00
10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"allowImportingTsExtensions": false
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|