20 lines
507 B
JSON
20 lines
507 B
JSON
{
|
|
"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",
|
|
]
|
|
}
|