MasatoMakino/threejs-position-util

View on GitHub
tsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "target": "ES2021",
    "module": "node16",
    "declaration": true /* Generates corresponding '.d.ts' file. */,
    "declarationMap": true /* Generates a sourcemap for each corresponding '.d.ts' file. */,
    "outDir": "./esm" /* Redirect output structure to the directory. */,
    "rootDir": "./src",
    "moduleResolution": "node16",
    "esModuleInterop": true,
    "skipLibCheck": true,
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules"]
}