lfk-client-js/tsconfig.json

19 lines
359 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"rootDir": "./lib",
"outDir": "./dist",
"esModuleInterop": true,
"sourceMap": false,
"allowSyntheticDefaultImports": true,
"declaration": true
},
"include": [
"lib/**/*"
],
"exclude": [
"node_modules",
"**/*.spec.ts"
]
}