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