Files
welshman/tsconfig.json
T
2023-09-20 12:13:08 -07:00

11 lines
213 B
JSON

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