UNPKG
@skbhati199/ai-img-gen-js
Version:
latest (1.0.4)
1.0.4
1.0.2
1.0.1
1.0.0
JavaScript/TypeScript SDK for AI Image Generator API
@skbhati199/ai-img-gen-js
/
tsconfig.json
14 lines
•
318 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es2018"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
}
,
"include"
:
[
"src/**/*.ts"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}