chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowImportingTsExtensions": true,
|
||||
"strict": true,
|
||||
"module": "NodeNext",
|
||||
"target": "ESNext",
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"outDir": "./dist/esm",
|
||||
"rootDir": ".",
|
||||
"moduleResolution": "NodeNext",
|
||||
"skipLibCheck": true,
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
"include": [
|
||||
"./src/ts/virtual_servers/duckdb.ts",
|
||||
"./src/ts/virtual_servers/clickhouse.ts",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user