mirror of
https://github.com/wharfkit/tutorial-client.git
synced 2026-07-21 16:53:28 +00:00
Also removing define for class fields and changing targets
This commit is contained in:
+1
-2
@@ -1,8 +1,7 @@
|
||||
{
|
||||
"extends": "@tsconfig/svelte/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"useDefineForClassFields": true,
|
||||
"target": "es2021",
|
||||
"module": "ESNext",
|
||||
"resolveJsonModule": true,
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user