edge/tsconfig.json

8 lines
251 B
JSON

{
"compilerOptions": {
"lib": ["ES2015", "DOM"],
"experimentalDecorators": true,
"esModuleInterop": true
},
"include": ["pkg/sdk/client/src/index.d.ts", "pkg/sdk/client/src/**/*.ts", "pkg/sdk/client/src/**/*.svg"]
}