Files

13 lines
251 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "ES2024",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true
},
"include": ["src/**/*.ts"]
}