mirror of
https://github.com/jimeh/update-tags-action.git
synced 2026-02-19 01:26:40 +00:00
17 lines
315 B
JSON
17 lines
315 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"noEmit": true
|
|
},
|
|
"exclude": ["dist", "node_modules"],
|
|
"include": [
|
|
"tests",
|
|
"src",
|
|
"eslint.config.mjs",
|
|
"jest.config.js",
|
|
"rollup.config.ts"
|
|
]
|
|
}
|