16 lines
No EOL
334 B
JSON
16 lines
No EOL
334 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"composite": true,
|
|
"lib": ["ES2022"],
|
|
"types": ["bun-types"]
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"],
|
|
"references": [
|
|
{ "path": "../shared" },
|
|
{ "path": "../scanner" }
|
|
]
|
|
} |