UNPKG

kokopu

Version:

A JavaScript/TypeScript library implementing the chess game rules and providing tools to read/write the standard chess file formats.

15 lines (14 loc) 338 B
{ "include": [ "./src/**/*" ], "compilerOptions": { "sourceMap": true, "declaration": true, "module": "CommonJS", "target": "es2020", "types": [], "allowJs": false, "strict": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "node" } }