retag-nix-docker-image/tsconfig.json

12 lines
309 B
JSON
Raw Permalink Normal View History

2025-01-11 21:39:23 +00:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./dist"
},
"exclude": ["__fixtures__", "__tests__", "coverage", "dist", "node_modules"],
"include": ["src"]
}