mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
chore(frontend): changed source code to src folder from root
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/components/*": ["components/*"],
|
||||
"~/hooks/*": ["hooks/*"],
|
||||
"~/utilities/*": ["components/utilities/*"],
|
||||
"~/*": ["const"],
|
||||
"~/pages/*": ["pages/*"]
|
||||
"~/components/*": ["./src/components/*"],
|
||||
"~/hooks/*": ["./src/hooks/*"],
|
||||
"~/utilities/*": ["./src/components/utilities/*"],
|
||||
"~/*": ["./src/const"],
|
||||
"~/pages/*": ["./src/pages/*"],
|
||||
"@app/*": ["./src/*"]
|
||||
},
|
||||
"target": "ESNext",
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
@@ -24,6 +25,6 @@
|
||||
"jsx": "preserve",
|
||||
"incremental": true
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||
"include": ["next-env.d.ts", "./src/**/*.ts", "./src/**/*.tsx"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user