Skip to content

Instantly share code, notes, and snippets.

@matsuaki-jp
Created August 21, 2020 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsuaki-jp/f05b118a97ffdbaf3ef7c953f176b507 to your computer and use it in GitHub Desktop.
Save matsuaki-jp/f05b118a97ffdbaf3ef7c953f176b507 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"lib": [
"dom",
"dom.iterable",
"esnext",
"ES6"
],
"typeRoots": [
"node_modules/@types"
],
"outDir": "./dist/",
"noImplicitAny": true,
"module": "CommonJS",
"target": "es5",
"jsx": "react",
"allowJs": true,
"allowSyntheticDefaultImports":true,
"moduleResolution": "node",
"types": ["node"]
},
"include": ["./migrations/*.ts"],
"exclude": [ "node_modules" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment