mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-24 04:57:58 +02:00
feat: adding frontend code (react)
This commit is contained in:
8
frontend/tsconfig.json
Normal file
8
frontend/tsconfig.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx",
|
||||
"allowImportingTsExtensions": true,
|
||||
"noEmit": true,
|
||||
"esModuleInterop": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user