🔧 chore(tsconfig): use recommended config
This commit is contained in:
+6
-4
@@ -3,11 +3,13 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": false,
|
"allowJs": false,
|
||||||
"checkJs": true,
|
"checkJs": true,
|
||||||
"jsx": "react-jsx",
|
"module": "es2022",
|
||||||
"jsxImportSource": "ags/gtk4",
|
"target": "es2020",
|
||||||
"module": "esnext",
|
"lib": ["ES2024"],
|
||||||
"moduleResolution": "bundler",
|
"moduleResolution": "bundler",
|
||||||
|
"skipLibCheck": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"target": "esnext"
|
"jsx": "react-jsx",
|
||||||
|
"jsxImportSource": "ags/gtk4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user