website-headers/tsconfig.json

10 lines
182 B
JSON
Raw Permalink Normal View History

{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"outDir": "./prod",
"rootDir": "./src",
"lib": ["DOM", "ESNext"],
},
"exclude": ["build.ts"]
}