14 lines
348 B
JSON
14 lines
348 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2022",
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "Bundler",
|
||
|
|
"strict": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "."
|
||
|
|
},
|
||
|
|
"include": ["agenten/**/*.ts", "lib/**/*.ts", "schemas/**/*.ts", "types/**/*.d.ts"]
|
||
|
|
}
|