Skip to content

Instantly share code, notes, and snippets.

@hskang9
Created April 20, 2019 17:13
Show Gist options
  • Save hskang9/3c3802e00f59ec69235356081622a9bb to your computer and use it in GitHub Desktop.
Save hskang9/3c3802e00f59ec69235356081622a9bb to your computer and use it in GitHub Desktop.
typescript compile setting which is compatible with javascript
{
"extends": "./node_modules/@polkadot/dev/config/tsconfig",
"compilerOptions": {
"allowJs": true,
"baseUrl": ".",
"typeRoots": ["./node_modules/@polkadot/ts", "./node_modules/@types"]
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment