17 lines
328 B
JSON
17 lines
328 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"outDir": "./dist",
|
|
"module": "CommonJS",
|
|
"target": "ES2022",
|
|
"moduleResolution": "Node",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"ignoreDeprecations": "6.0"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
} |