Files
welshman/tsconfig.json
T
2023-09-20 13:52:45 -07:00

11 lines
214 B
JSON

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