20 lines
357 B
JSON
20 lines
357 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": [
|
|
"ES2023"
|
|
],
|
|
"module": "node16",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"allowImportingTsExtensions": true,
|
|
"noEmit": true,
|
|
|
|
"outDir": "./dist",
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
} |