react-native-mask-segment-c.../tsconfig.build.json
a1518 acd6d3a73d feat: add MaskSegmentApp source code and config
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 00:27:28 -07:00

17 lines
437 B
JSON

{
"extends": "@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"noEmit": false,
"outDir": "dist",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"jsx": "react-jsx",
"skipLibCheck": true,
"allowImportingTsExtensions": false,
"allowArbitraryExtensions": false
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["example", "node_modules", "dist"]
}