| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/code-game-project/javascript-client/dev/tsconfig.json | [Back] [Original] |
{
"compilerOptions": {
"module": "esnext",
"noImplicitReturns": true,
"noUnusedLocals": true,
"outDir": "dist",
"sourceMap": true,
"strict": true,
"target": "es2022",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
},
"compileOnSave": true,
"include": [
"src"
]
}
| Web Proxy Viewer | New URL | Original Page |