mirror of
https://github.com/wisplite/tether.git
synced 2026-05-01 06:22:41 -05:00
8092488b29
client can now send mutations and server properly executes them TODO: implement query execution, add auth, add storage
13 lines
228 B
JSON
13 lines
228 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["*.ts"]
|
|
}
|