mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-06-30 21:57:58 -04:00
10 lines
231 B
JSON
10 lines
231 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib/lint-staged",
|
|
"tsBuildInfoFile": "./lib/lint-staged/.tsbuildinfo",
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": ["./lint-staged.config.ts"]
|
|
}
|