@@ -16,10 +16,10 @@
|
||||
"@headlessui/react": "^1.0.0",
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@monaco-editor/react": "^4.0.11",
|
||||
"@redwoodjs/auth": "0.32.2",
|
||||
"@redwoodjs/forms": "0.32.2",
|
||||
"@redwoodjs/router": "0.32.2",
|
||||
"@redwoodjs/web": "0.32.2",
|
||||
"@redwoodjs/auth": "^0.33.0",
|
||||
"@redwoodjs/forms": "^0.33.0",
|
||||
"@redwoodjs/router": "^0.33.0",
|
||||
"@redwoodjs/web": "^0.33.0",
|
||||
"browser-fs-access": "^0.17.2",
|
||||
"cloudinary-react": "^1.6.7",
|
||||
"controlkit": "^0.1.9",
|
||||
@@ -56,4 +56,4 @@
|
||||
"tailwindcss": "^2.1.2",
|
||||
"worker-loader": "^3.0.7"
|
||||
}
|
||||
}
|
||||
}
|
||||
18
app/web/tsconfig.json
Normal file
18
app/web/tsconfig.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"allowJs": true,
|
||||
"esModuleInterop": true,
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"src/*": ["./src/*"]
|
||||
},
|
||||
"typeRoots": ["../node_modules/@types", "./node_modules/@types"],
|
||||
"types": ["jest"],
|
||||
"jsx": "preserve",
|
||||
},
|
||||
"include": ["src", "../.redwood/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user