mirror of
https://github.com/kennethnym/aris.git
synced 2026-02-02 05:01:17 +00:00
8 lines
110 B
JSON
8 lines
110 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"types": ["bun-types"]
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|