mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-21 15:49:30 +01:00
c7306483f6
Fixes #66.
11 lines
189 B
JSON
11 lines
189 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
"target": "ES2022"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
}
|