fqtree
Version:
a flexible quadtree for JavaScript/TypeScript
19 lines (18 loc) • 449 B
JSON
{
"compilerOptions": {
"baseUrl": "./",
"target": "es2015",
"lib": ["esnext", "dom", "dom.iterable"],
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
"esModuleInterop": true,
"downlevelIteration": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"skipLibCheck": false,
"resolveJsonModule": true,
},
"exclude": ["dist"],
}