Shuunen/c-est-donne

View on GitHub
tsconfig.node.json

Summary

Maintainability
Test Coverage
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "compilerOptions": {
    "allowSyntheticDefaultImports": true,
    "composite": true,
    "module": "ESNext",
    "moduleResolution": "Node",
    "skipLibCheck": true
  },
  "include": [
    "vite.config.ts"
  ]
}