oohost.js/tsconfig.json

13 lines
234 B
JSON
Raw Permalink Normal View History

2024-06-28 11:46:38 +02:00
{
"compilerOptions": {
"target": "esnext",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"outDir": "./lib"
},
"include": ["src"]
}