17 lines
465 B
JSON
17 lines
465 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "./dist/esm",
|
|
"rootDir": "./src/ts",
|
|
"moduleResolution": "bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"skipLibCheck": true,
|
|
"types": []
|
|
},
|
|
"files": ["./src/ts/perspective.browser.ts", "./src/ts/virtual_servers/duckdb.ts"]
|
|
}
|