Files
welshman/packages/net/tsconfig.json
T
2024-04-22 13:22:53 -07:00

12 lines
244 B
JSON

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