rss-reader/tsconfig.json

12 lines
294 B
JSON

{
"compilerOptions": {
"target": "es2017",
"jsx": "react-jsx",
"jsxImportSource": "react",
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"rootDir": "."
},
"include": ["src/**/*", "netlify/**/*"]
}