Files
games/pkg/shared/tsconfig.json

10 lines
170 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"esModuleInterop": true,
"target": "esnext",
"moduleResolution": "nodenext",
"module": "nodenext"
}
}