ordinarthur-os/packages/shared/tsconfig.build.json
2026-04-16 16:23:01 +02:00

15 lines
278 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"moduleResolution": "Node",
"outDir": "dist",
"rootDir": "src",
"declaration": true,
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true
},
"include": ["src"]
}