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