forked from callstackincubator/react-native-node-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
21 lines (21 loc) · 789 Bytes
/
tsconfig.json
File metadata and controls
21 lines (21 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"extends": "@tsconfig/node22",
"compilerOptions": {
"noEmit": true,
"allowJs": true
},
"files": ["prettier.config.js", "eslint.config.js"],
"references": [
{ "path": "./tsconfig.scripts.json" },
{ "path": "./packages/cli-utils/tsconfig.json" },
{ "path": "./packages/cmake-file-api/tsconfig.json" },
{ "path": "./packages/cmake-file-api/tsconfig.tests.json" },
{ "path": "./packages/host/tsconfig.json" },
{ "path": "./packages/gyp-to-cmake/tsconfig.json" },
{ "path": "./packages/cmake-rn/tsconfig.json" },
{ "path": "./packages/ferric/tsconfig.json" },
{ "path": "./packages/node-addon-examples/tsconfig.json" },
{ "path": "./packages/node-tests/tsconfig.json" },
{ "path": "./packages/weak-node-api/tsconfig.json" }
]
}