mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 00:51:20 +00:00
8 lines
120 B
JSON
8 lines
120 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"jsxImportSource": "@nym.sh/jrx"
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|