12 lines
257 B
JSON
12 lines
257 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2022"],
|
|
"types": ["bun-types"],
|
|
"composite": true,
|
|
"outDir": "dist",
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"references": [{ "path": "../rete" }]
|
|
}
|