Files
welshman/packages/util/tsconfig.json
T
2024-03-25 16:52:49 -07:00

12 lines
237 B
JSON

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