Created
January 31, 2020 06:41
-
-
Save dongsik-yoo/0672907718cc243d9820def539956160 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compilerOptions": { | |
"noImplicitAny": true, | |
"target": "es6", | |
"jsx": "react", | |
"jsxFactory": "h", | |
"esModuleInterop": true, | |
"allowSyntheticDefaultImports": true, | |
"moduleResolution": "node", | |
"outDir": "dist/esm/", | |
"strict": true, | |
"baseUrl": ".", | |
"paths": { | |
"@src/*": ["src/ts/*"] | |
} | |
}, | |
"include": ["src/ts/**/*.ts", "src/ts/**/*.tsx"], | |
"exclude": ["node_modules"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment