fluentui-react-native/packages/theming/theming-utils/tsconfig.json

9 строки
165 B
JSON

{
"extends": "@fluentui-react-native/scripts/tsconfig.json",
"compilerOptions": {
"outDir": "lib",
"types": ["node", "jest"]
},
"include": ["src"]
}