Files
pi-config/extensions/pi-langfuse/tsconfig.json

17 lines
305 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": [
"index.ts",
"src/**/*.ts",
"types/**/*.d.ts"
]
}