mirror of
https://github.com/actions/container-toolkit-action.git
synced 2026-01-09 10:47:56 +08:00
Convert to ESM
This commit is contained in:
17
tsconfig.eslint.json
Normal file
17
tsconfig.eslint.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"noEmit": true
|
||||
},
|
||||
"exclude": ["dist", "node_modules"],
|
||||
"include": [
|
||||
"__fixtures__",
|
||||
"__tests__",
|
||||
"src",
|
||||
"eslint.config.mjs",
|
||||
"jest.config.ts",
|
||||
"rollup.config.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user