Files
ppc_amnet/amnet-native/tsconfig.json
2025-07-29 15:50:20 +01:00

8 lines
131 B
JSON

{
"compilerOptions": {
"strictNullChecks": false,
"moduleResolution": "bundler"
},
"extends": "expo/tsconfig.base"
}