11 lines
257 B
JSON
11 lines
257 B
JSON
|
|
{
|
||
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"rootDir": "./src/",
|
||
|
|
"outDir": "./dist",
|
||
|
|
// Environment Settings
|
||
|
|
// See also https://aka.ms/tsconfig/module,
|
||
|
|
"esModuleInterop": true
|
||
|
|
}
|
||
|
|
}
|