ngx-admin/docs/tsconfig.app.json

17 lines
252 B
JSON
Raw Normal View History

2019-07-16 08:38:11 +03:00
{
"extends": "../tsconfig.base.json",
2019-07-16 08:38:11 +03:00
"compilerOptions": {
"outDir": "../out-tsc/app",
2020-03-26 11:14:44 +03:00
"baseUrl": "."
2019-07-16 08:38:11 +03:00
},
"exclude": [
"test.ts",
"**/*.spec.ts",
"assets/**/*.ts",
"dist/**/*"
],
"include": [
"../docs/**/*"
]
}