add tsconfig
This commit is contained in:
10
src/Umbraco.Web.UI.Client/src/tsconfig.json
Normal file
10
src/Umbraco.Web.UI.Client/src/tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../dist-cms",
|
||||
"rootDir": ".",
|
||||
"composite": true
|
||||
},
|
||||
"include": ["./**/*.ts"],
|
||||
"exclude": ["./**/*.test.ts", "./**/*.stories.ts", "./mocks"],
|
||||
}
|
||||
Reference in New Issue
Block a user