Release Helper Tools 0.1.0
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2023",
|
||||
"lib": ["ES2023", "DOM", "DOM.Iterable"],
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"strict": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"declarationDir": "./lib-dist/types",
|
||||
"rootDir": "./src/helpers",
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["src/helpers/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user