Commit d9825622 authored by Anxo Rodriguez's avatar Anxo Rodriguez Committed by GitHub

Allow absolute imports (#1185)

parent 8975086a
...@@ -22,7 +22,8 @@ ...@@ -22,7 +22,8 @@
"jsx": "preserve", "jsx": "preserve",
"downlevelIteration": true, "downlevelIteration": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"types": ["react-spring", "jest"] "types": ["react-spring", "jest"],
"baseUrl": "src"
}, },
"exclude": ["node_modules", "cypress"], "exclude": ["node_modules", "cypress"],
"include": ["./src/**/*.ts", "./src/**/*.tsx", "src/components/Confetti/index.js"] "include": ["./src/**/*.ts", "./src/**/*.tsx", "src/components/Confetti/index.js"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment