mirror of
https://github.com/mourner/flatbush.git
synced 2025-12-08 17:36:26 +00:00
16 lines
313 B
JSON
16 lines
313 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"strict": true,
|
|
"emitDeclarationOnly": true,
|
|
"declaration": true,
|
|
"target": "es2017",
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
]
|
|
}
|