Build ETW blog + update cobalt
This commit is contained in:
9
tsconfig.client.json
Normal file
9
tsconfig.client.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"module": "esnext",
|
||||
"outDir": "lib/app/resources/assets/app",
|
||||
"lib": ["dom", "es2015"]
|
||||
},
|
||||
"include": ["src/app/resources/assets/app"]
|
||||
}
|
||||
Reference in New Issue
Block a user