{ | |
"compilerOptions": { | |
"sourceMap": true, | |
"noImplicitAny": false, | |
"module": "commonjs", | |
"target": "es6", | |
"lib": [ | |
"es2015", | |
"es2017", | |
"dom" | |
], | |
"removeComments": true, | |
"allowSyntheticDefaultImports": false, | |
"jsx": "react", | |
"allowJs": true, | |
"baseUrl": "./", | |
"paths": { | |
"components/*": [ | |
"src/components/*" | |
], | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment