{ "compilerOptions": { "module": "ESNext", "moduleResolution": "Node", "target": "ES2020", "jsx": "react", "strictNullChecks": true, "strictFunctionTypes": true, "lib": ["ES2020", "DOM"], "rootDir": "./ts", "outDir": "./js", "watch": true, }, "exclude": [ "node_modules", "**/node_modules/*" ] }