dashboard/tsconfig.app.json

11 lines
265 B
JSON
Raw Normal View History

/* To learn more about this file see: https://angular.io/config/tsconfig. */
2020-03-30 13:40:22 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": ["src/main.ts"],
2020-03-30 13:40:22 +00:00
"include": ["src/**/*.d.ts"]
}