mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
- Updates version numbers in `.nvmrc`, `package.json`, and `Server.code-workspace` - Updates `@yao-pkg/pkg`, `@yao-pkg/pkg-fetch`, and `@types/node` to latest - Updates JSON import to FS read operation in `gulpfile.mjs` - Updates node build target in `gulpfile.mjs` Tested with local runs, Windows builds, and Linux builds. Have not tested a Windows build on Linux, but see no reason it wouldn't work. *[knocks on wood]* I feel this is safe to merge.
13 lines
243 B
JSON
13 lines
243 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"emitDeclarationOnly": true,
|
|
"declaration": true,
|
|
"declarationDir": "./types"
|
|
},
|
|
"exclude": [
|
|
"./types/**/*"
|
|
]
|
|
}
|