Files
kami-parse-server/tsconfig.json
2025-01-30 01:45:35 +01:00

14 lines
222 B
JSON

{
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "types",
"noImplicitAny": false,
"allowJs": false,
"skipLibCheck": true
},
"include": [
"src/*.ts"
]
}