feat: Contentstack <-> ImageVault integration
This commit is contained in:
21
remix/tsconfig.json
Normal file
21
remix/tsconfig.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"include": [
|
||||
"env.d.ts",
|
||||
"../types/**/*.ts",
|
||||
"../utils/**/*.ts",
|
||||
"**/*.ts",
|
||||
"**/*.tsx"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/*": ["./remix/*"],
|
||||
"~/types/*": ["../types/*"],
|
||||
"~/utils/*": ["../utils/*"],
|
||||
"~/components/*": ["./app/components/*"],
|
||||
"~/hooks/*": ["./app/hooks/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user