web/packages/ui-services/tsconfig.json
2022-12-27 21:03:01 +05:30

13 lines
286 B
JSON

{
"extends": "../../UILib.tsconfig.json",
"compilerOptions": {
"skipLibCheck": true,
"rootDir": "./src",
"outDir": "./dist",
"allowSyntheticDefaultImports": true,
"jsx": "react-jsx"
},
"include": ["src/**/*"],
"exclude": ["**/*.spec.ts", "node_modules"]
}