Add yet-another-react-lightbox package and update .gitignore to exclude node_modules
This commit is contained in:
22
frontend/node_modules/react-dropzone/typings/tests/tsconfig.json
generated
vendored
22
frontend/node_modules/react-dropzone/typings/tests/tsconfig.json
generated
vendored
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"declaration": true,
|
||||
"noEmit": true,
|
||||
"jsx": "react",
|
||||
"moduleResolution": "node",
|
||||
"module": "es2015",
|
||||
"target": "esnext",
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
"lib": [
|
||||
"es2015",
|
||||
"dom"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"./*.tsx"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user