Fix tsconfig, Fix Startup.cs Warning
This commit is contained in:
@@ -16,12 +16,10 @@
|
||||
},
|
||||
"include": [
|
||||
"**/*",
|
||||
"node_modules/NativeUI/index.ts", "../ReallifeGamemode.Server/Inventory/Items/Cannabis.cs", "../ReallifeGamemode.Server/Business/BoatDealerBusiness.cs"
|
||||
],
|
||||
"files": [
|
||||
"node_modules/NativeUI/index.ts"
|
||||
"../ReallifeGamemode.Server/Inventory/Items/Cannabis.cs",
|
||||
"../ReallifeGamemode.Server/Business/BoatDealerBusiness.cs"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user