mirror of https://github.com/abpframework/abp.git
csharpabpc-sharpframeworkblazoraspnet-coredotnet-coreaspnetcorearchitecturesaasdomain-driven-designangularmulti-tenancy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
594 B
23 lines
594 B
/*
|
|
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience.
|
|
It is not intended to be used to perform a compilation.
|
|
|
|
To learn more about this file see: https://angular.io/config/solution-tsconfig.
|
|
*/
|
|
{
|
|
"files": [],
|
|
"references": [
|
|
{
|
|
"path": "./projects/cms-kit/tsconfig.lib.json"
|
|
},
|
|
{
|
|
"path": "./projects/cms-kit/tsconfig.spec.json"
|
|
},
|
|
{
|
|
"path": "./projects/dev-app/tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./projects/dev-app/tsconfig.spec.json"
|
|
}
|
|
]
|
|
}
|