Files
jlinc-sdk-node/tsconfig.json
2026-04-21 19:19:56 +00:00

16 lines
330 B
JSON

{
"compilerOptions": {
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"rootDir": "./src/",
"outDir": "dist",
"target": "ESNext",
"module": "ESNext",
"strict": true,
"esModuleInterop": true
},
"include": [
"src"
]
}