9 lines
139 B
JSON
9 lines
139 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"jsx": "react-jsx"
|
|
},
|
|
"include": ["./**/*"]
|
|
}
|