meow
This commit is contained in:
9
frontend/tsconfig.json
Normal file
9
frontend/tsconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"jsxFactory": "window.SP_REACT.createElement",
|
||||
"jsxFragmentFactory": "window.SP_REACT.Fragment"
|
||||
},
|
||||
"include": ["."],
|
||||
"exclude": ["node_modules", "../webkit"]
|
||||
}
|
||||
Reference in New Issue
Block a user