improcket/tsconfig.json
2024-05-13 18:29:10 +02:00

12 lines
251 B
JSON

{
"compilerOptions": {
"target": "es2022",
"module": "esnext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": false,
"skipLibCheck": true,
"outDir": "out",
},
"include": ["./src/**/*.ts"]
}