move clasp to project root

This commit is contained in:
Ben Miller
2024-11-07 21:53:09 -07:00
parent b3833f4b22
commit 6bbd8d4525
3 changed files with 1 additions and 1 deletions

8
tsconfig.json Normal file
View File

@ -0,0 +1,8 @@
{
"compilerOptions": {
"lib": [
"esnext"
],
"experimentalDecorators": true
}
}