Skip to content

Instantly share code, notes, and snippets.

@darcien
Last active June 7, 2019 15:52
Show Gist options
  • Save darcien/e51c2700ecd2e48091d4745f3910dcf7 to your computer and use it in GitHub Desktop.
Save darcien/e51c2700ecd2e48091d4745f3910dcf7 to your computer and use it in GitHub Desktop.
Updated for Expo SDK 34
{
"extends": "./node_modules/tsconfig-kodefox/tsconfig",
"compilerOptions": {
"noEmit": true,
"lib": ["dom", "esnext"],
"jsx": "react-native",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"typeRoots": ["node_modules/@types", "custom_types"]
}
}
@ybbond
Copy link

ybbond commented Mar 2, 2019

if you commented the last line of that section, you should remove the comma in the line before it right?

@darcien
Copy link
Author

darcien commented Mar 14, 2019

Oops, you're right, thanks.

if you commented the last line of that section, you should remove the comma in the line before it right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment