{ "compilerOptions": { "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], "strict": false, "esModuleInterop": true, "skipLibCheck": true, "outDir": "./dist", "baseUrl": ".", "rootDir": "./src", "jsx": "react" }, "ts-node": { "transpileOnly": true } }