Files
welshman/packages/feeds/tsconfig.json
T
2024-09-26 15:36:01 -07:00

12 lines
264 B
JSON

{
"extends": "../../node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"esModuleInterop": true,
"skipLibCheck": true,
"lib": ["esnext", "dom", "dom.iterable"]
},
"include": ["src/**/*.ts"]
}