10 lines
200 B
JSON
10 lines
200 B
JSON
{
|
|
"extends": "@tsconfig/node24/tsconfig.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true,
|
|
"outDir": "dist"
|
|
}
|
|
}
|