@small-tech/tap-monkey
Version:
A tap formatter that’s also a monkey.
15 lines (14 loc) • 341 B
JSON
{
"compilerOptions": {
"checkJs": true,
"module": "nodenext",
"lib": ["es2024", "dom"],
"target": "es2024",
"moduleResolution": "nodenext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"exclude": ["node_modules"]
}