web/packages/services/tsconfig.json

12 lines
240 B
JSON

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