convert wetty from submodule to normal directory
This commit is contained in:
9
wetty/tsconfig.browser.json
Normal file
9
wetty/tsconfig.browser.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["DOM"],
|
||||
"noEmit": true,
|
||||
"incremental": true
|
||||
},
|
||||
"include": ["src/client"]
|
||||
}
|
||||
Reference in New Issue
Block a user