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