Skip to content

Instantly share code, notes, and snippets.

@dongsik-yoo
Created January 31, 2020 06:41
Show Gist options
  • Save dongsik-yoo/0672907718cc243d9820def539956160 to your computer and use it in GitHub Desktop.
Save dongsik-yoo/0672907718cc243d9820def539956160 to your computer and use it in GitHub Desktop.
{
"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