Files
repomix/browser/tsconfig.json

18 lines
334 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"lib": [
"dom",
"esnext"
],
"allowJs": false,
"noImplicitAny": true,
"removeComments": true,
"skipLibCheck": true,
"sourceMap": true
}
}