web/packages/services/tsconfig.json

12 lines
240 B
JSON
Raw Normal View History

2022-07-05 21:51:42 +03:00
{
"extends": "../../UILib.tsconfig.json",
2022-07-05 21:51:42 +03:00
"compilerOptions": {
"skipLibCheck": true,
"rootDir": "./src",
"outDir": "./dist",
"noEmit": true
2022-07-05 21:51:42 +03:00
},
"include": ["src/**/*"],
"exclude": ["**/*.spec.ts", "node_modules"]
2022-07-05 21:51:42 +03:00
}