Files
typemap/tsconfig.json
sinclairzx81 5ce19b2f4f Revision 0.8.0 (#9)
- Rename to TypeMap
2025-01-26 03:27:38 +09:00

11 lines
191 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ES2020",
"moduleResolution": "Node",
"baseUrl": ".",
"paths": {
"@sinclair/typemap": ["src/index.ts"]
}
}
}