mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 07:59:32 +01:00
10 lines
160 B
JSON
10 lines
160 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"outDir": "dist",
|
||
|
"strict": true,
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*.ts"
|
||
|
]
|
||
|
}
|