We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9cbe3 commit 55ac0d8Copy full SHA for 55ac0d8
apps/web/tsconfig.json
@@ -13,7 +13,7 @@
13
"@ui-lib/*": ["./ui-lib/*"],
14
"@config/*": ["./config/*"],
15
"@models/*": ["./models/*"],
16
- "@/*": ["./*"],
+ "@/*": ["./*"]
17
},
18
"strictNullChecks": true
19
packages/components-library/tsconfig.json
@@ -7,7 +7,7 @@
7
"strict": false,
8
"paths": {
9
"@/*": ["./src/*"],
10
- "react": [ "./node_modules/@types/react" ]
+ "react": ["./node_modules/@types/react"]
11
}
12
"include": ["src/**/*", "additional.d.ts"]
0 commit comments