Files
welshman/packages/util/tsconfig.json
T

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"]
}