mirror of
https://github.com/zhigang1992/match-media.git
synced 2026-01-12 17:32:22 +08:00
9 lines
180 B
JSON
9 lines
180 B
JSON
{
|
|
"extends": "expo-module-scripts/tsconfig.base",
|
|
"compilerOptions": {
|
|
"outDir": "./build"
|
|
},
|
|
"include": ["./src"],
|
|
"exclude": ["**/__mocks__/*", "**/__tests__/*"]
|
|
}
|