pydase/frontend/tsconfig.json
2023-08-02 12:06:19 +02:00

8 lines
162 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"allowImportingTsExtensions": true,
"noEmit": true,
"esModuleInterop": true
}
}