mirror of
https://github.com/status-im/status-tutorials.git
synced 2026-08-31 20:21:14 +00:00
8 lines
103 B
JSON
8 lines
103 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"jsx": "react"
|
|
}
|
|
}
|