create remix project
This commit is contained in:
8
docs/tsconfig.json
Normal file
8
docs/tsconfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "../tsconfig",
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx"
|
||||
},
|
||||
"include": [".", "../library"],
|
||||
"exclude": ["node_modules", ".cache", "api", "public"]
|
||||
}
|
||||
Reference in New Issue
Block a user