ChessNut/node_modules/chess.js/tsconfig.json
2025-11-07 20:19:34 +01:00

11 lines
214 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"moduleResolution": "node",
"removeComments": false,
"sourceMap": true,
"strict": true,
"target": "ESNext"
},
"include": ["src/**/*"]
}