recipe-manager/tsconfig.json

15 lines
308 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"lib": ["ES2022"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "Node16",
"outDir": "dist"
},
"include": ["src/**/*.ts"]
}