cic-staff-client/src-backend/tsconfig.json

10 lines
217 B
JSON
Raw Normal View History

2021-05-26 08:54:55 +02:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../dist",
"module": "commonjs",
"skipLibCheck": true
}
}