11 lines
197 B
JSON
11 lines
197 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"esModuleInterop": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["src"]
|
|
}
|