All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
17 lines
386 B
JSON
17 lines
386 B
JSON
{
|
|
"include": [
|
|
"src/**/*",
|
|
"../types/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "Node16",
|
|
"moduleResolution": "node16",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "../",
|
|
"strict": true
|
|
}
|
|
} |