mirror of
https://github.com/mtkennerly/dunamai-action.git
synced 2025-06-19 05:41:13 +00:00
17 lines
247 B
JSON
17 lines
247 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es5",
|
||
|
"outDir": "out",
|
||
|
"lib": [
|
||
|
"es5"
|
||
|
],
|
||
|
"rootDir": "src",
|
||
|
"strict": true,
|
||
|
"noFallthroughCasesInSwitch": true
|
||
|
},
|
||
|
"include": [
|
||
|
"src/*.ts"
|
||
|
]
|
||
|
}
|