Files

11 lines
232 B
JSON
Raw Permalink Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2023"],
"jsx": "react-jsx",
"allowImportingTsExtensions": true,
"noEmit": true
},
"include": ["src", "client/src"]
}