Skip to content

Commit b038083

Browse files
committed
bring over stuff that looks good from standard native modules attempt
#10
1 parent 68cf15d commit b038083

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.watchmanconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"log4js": "^6.9.1",
1717
"react": "18.2.0",
1818
"react-native": "^0.72.5",
19+
"rn-game-over": "^1.1.0",
1920
"swc-node": "^1.0.0",
2021
"typed-emitter": "^2.1.0"
2122
},

tsconfig.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
{
22
"extends": ["./node_modules/gts/tsconfig-google.json", "@tsconfig/react-native/tsconfig.json"],
33
"compilerOptions": {
4-
"verbatimModuleSyntax": true, // https://swc.rs/docs/migrating-from-tsc
4+
// "verbatimModuleSyntax": true, // https://swc.rs/docs/migrating-from-tsc
55
"useDefineForClassFields": true,
66
"allowImportingTsExtensions": true,
77
"sourceMap": true,
88
"types": [
99
"jest"
1010
],
1111
},
12-
"include": [
13-
"src/**/*.ts",
14-
"test/**/*.ts",
15-
"global.d.ts"
16-
],
12+
"include": ["src/**/*", "test/**/*", "index.tsx" ],
1713
"exclude": ["node_modules", "build"],
1814
"typeRoots": ["./node_modules/@types"],
1915
"ts-node": { // https://github.com/TypeStrong/ts-node#native-ecmascript-modules

0 commit comments

Comments
 (0)