mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
11 lines
257 B
JSON
11 lines
257 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": ["es2023"],
|
|
"module": "node16",
|
|
"moduleResolution": "node16",
|
|
"target": "es2022",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"outDir": "${configDir}/dist/node",
|
|
},
|
|
} |