10 lines
No EOL
241 B
JSON
10 lines
No EOL
241 B
JSON
{
|
|
"extends": "@tsconfig/recommended/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"target": "esnext",
|
|
// "lib": ["es2024"]
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext"
|
|
}
|
|
} |