We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e4d01 commit 0a4228eCopy full SHA for 0a4228e
tsconfig.custom.json
@@ -0,0 +1,10 @@
1
+{
2
+ "compilerOptions": {
3
+ "paths": {
4
+ "@/*": ["./*"],
5
+ "$/*": [
6
+ "./src/*"
7
+ ],
8
+ }
9
10
+}
tsconfig.json
@@ -30,5 +30,6 @@
30
],
31
"exclude": [
32
"node_modules/@nivo/line/index.d.ts"
33
- ]
34
+ "extends": "./tsconfig.custom.json"
35
}
0 commit comments