mirror of
https://github.com/yamadashy/repomix.git
synced 2025-06-11 00:25:54 +03:00
18 lines
334 B
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
|
|
}
|
|
} |