mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-24 03:35:17 +03:00
Fixes tsconfig.json use of extends (#1045)
This commit is contained in:
parent
ed89bbee7b
commit
cb691c8dd7
@ -1,6 +1,6 @@
|
||||
{
|
||||
"extends": "@tsconfig/vite-react/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"extends": "@tsconfig/vite-react/tsconfig.json",
|
||||
// Temporary loosen the type checking until we can address all the errors.
|
||||
"allowJs": true,
|
||||
"strict": false
|
||||
|
@ -473,7 +473,7 @@
|
||||
"file",
|
||||
"web-app/tsconfig.json"
|
||||
],
|
||||
"49258557f92e10eddda507885655d22f51d52f6f39e277c2ec1c9d626018c728"
|
||||
"27e39dd3e6155ffccdb1d9cb0cba8db7d9e06e10958bee900340a2d9f17400c8"
|
||||
],
|
||||
[
|
||||
[
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"extends": "@tsconfig/vite-react/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"extends": "@tsconfig/vite-react/tsconfig.json",
|
||||
// Temporary loosen the type checking until we can address all the errors.
|
||||
"allowJs": true,
|
||||
"strict": false
|
||||
|
@ -473,7 +473,7 @@
|
||||
"file",
|
||||
"web-app/tsconfig.json"
|
||||
],
|
||||
"49258557f92e10eddda507885655d22f51d52f6f39e277c2ec1c9d626018c728"
|
||||
"27e39dd3e6155ffccdb1d9cb0cba8db7d9e06e10958bee900340a2d9f17400c8"
|
||||
],
|
||||
[
|
||||
[
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"extends": "@tsconfig/vite-react/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"extends": "@tsconfig/vite-react/tsconfig.json",
|
||||
// Temporary loosen the type checking until we can address all the errors.
|
||||
"allowJs": true,
|
||||
"strict": false
|
||||
|
@ -739,7 +739,7 @@
|
||||
"file",
|
||||
"web-app/tsconfig.json"
|
||||
],
|
||||
"49258557f92e10eddda507885655d22f51d52f6f39e277c2ec1c9d626018c728"
|
||||
"27e39dd3e6155ffccdb1d9cb0cba8db7d9e06e10958bee900340a2d9f17400c8"
|
||||
],
|
||||
[
|
||||
[
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"extends": "@tsconfig/vite-react/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"extends": "@tsconfig/vite-react/tsconfig.json",
|
||||
// Temporary loosen the type checking until we can address all the errors.
|
||||
"allowJs": true,
|
||||
"strict": false
|
||||
|
@ -487,7 +487,7 @@
|
||||
"file",
|
||||
"web-app/tsconfig.json"
|
||||
],
|
||||
"49258557f92e10eddda507885655d22f51d52f6f39e277c2ec1c9d626018c728"
|
||||
"27e39dd3e6155ffccdb1d9cb0cba8db7d9e06e10958bee900340a2d9f17400c8"
|
||||
],
|
||||
[
|
||||
[
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"extends": "@tsconfig/vite-react/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"extends": "@tsconfig/vite-react/tsconfig.json",
|
||||
// Temporary loosen the type checking until we can address all the errors.
|
||||
"allowJs": true,
|
||||
"strict": false
|
||||
|
@ -473,7 +473,7 @@
|
||||
"file",
|
||||
"web-app/tsconfig.json"
|
||||
],
|
||||
"49258557f92e10eddda507885655d22f51d52f6f39e277c2ec1c9d626018c728"
|
||||
"27e39dd3e6155ffccdb1d9cb0cba8db7d9e06e10958bee900340a2d9f17400c8"
|
||||
],
|
||||
[
|
||||
[
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"extends": "@tsconfig/vite-react/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"extends": "@tsconfig/vite-react/tsconfig.json",
|
||||
// Temporary loosen the type checking until we can address all the errors.
|
||||
"allowJs": true,
|
||||
"strict": false
|
||||
|
Loading…
Reference in New Issue
Block a user