mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 02:50:44 -05:00
Renamed tsconfig.test.json
to tsconfig.profiler.json
, as it's not actually used for testing.
This commit is contained in:
parent
b31a48066b
commit
1d914783ae
@ -34,7 +34,7 @@ const compile = async () => await exec("swc src -d obj", { stdio });
|
|||||||
/**
|
/**
|
||||||
* Transpiles the src files into javascript with tsc for the profiler run
|
* Transpiles the src files into javascript with tsc for the profiler run
|
||||||
*/
|
*/
|
||||||
const compileProfiler = async () => await exec("tsc -p tsconfig.test.json", { stdio });
|
const compileProfiler = async () => await exec("tsc -p tsconfig.profiler.json", { stdio });
|
||||||
|
|
||||||
// Packaging
|
// Packaging
|
||||||
const fetchPackageImage = async () =>
|
const fetchPackageImage = async () =>
|
||||||
|
@ -4,8 +4,7 @@
|
|||||||
"outDir": "obj",
|
"outDir": "obj",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false
|
||||||
"types": ["vitest/globals"],
|
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"./types/**/*",
|
"./types/**/*",
|
Loading…
x
Reference in New Issue
Block a user