Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
crufter
2021-10-21 13:24:41 +00:00
parent 169ad7bf4d
commit e281326a97
6 changed files with 6707 additions and 61 deletions

View File

@@ -0,0 +1,16 @@
{
"compilerOptions": {
"module": "ES2015",
"target": "ES6",
"declaration": true,
"lib": ["es2015", "dom"],
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"outDir": "./tmp/esm",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true
},
"include": ["src/index.ts", "src/**/*"],
"exclude": ["./dist", "./node_modules"]
}