Files
pi-lgtm/tsconfig.json
T
tintinweb 86d2b64779 v0.1.0
2026-03-12 00:47:54 +01:00

15 lines
287 B
JSON

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