{ "extends": "../../tsconfig.base.json", "exclude": ["node_modules", "dist", "docs"], "include": ["src", "./src/translations/*.json"], "compilerOptions": { "skipLibCheck": true, "outDir": "./dist", "rootDir": "src", "baseUrl": ".", "paths": { "~*": ["./src/*"] } }, "references": [{ "path": "../vec" }, { "path": "../intersect" }, { "path": "../core" }], "typedocOptions": { "entryPoints": ["src/index.ts"], "out": "docs" } }