Skip to content

Commit

Permalink
bring over stuff that looks good from standard native modules attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
williscool committed Oct 11, 2023
1 parent 68cf15d commit b038083
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions .watchmanconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"log4js": "^6.9.1",
"react": "18.2.0",
"react-native": "^0.72.5",
"rn-game-over": "^1.1.0",
"swc-node": "^1.0.0",
"typed-emitter": "^2.1.0"
},
Expand Down
8 changes: 2 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
{
"extends": ["./node_modules/gts/tsconfig-google.json", "@tsconfig/react-native/tsconfig.json"],
"compilerOptions": {
"verbatimModuleSyntax": true, // https://swc.rs/docs/migrating-from-tsc
// "verbatimModuleSyntax": true, // https://swc.rs/docs/migrating-from-tsc
"useDefineForClassFields": true,
"allowImportingTsExtensions": true,
"sourceMap": true,
"types": [
"jest"
],
},
"include": [
"src/**/*.ts",
"test/**/*.ts",
"global.d.ts"
],
"include": ["src/**/*", "test/**/*", "index.tsx" ],
"exclude": ["node_modules", "build"],
"typeRoots": ["./node_modules/@types"],
"ts-node": { // https://github.com/TypeStrong/ts-node#native-ecmascript-modules
Expand Down

0 comments on commit b038083

Please sign in to comment.