edge/tsconfig.json
William Petit 8eb441daee
All checks were successful
arcad/edge/pipeline/head This commit looks good
feat(auth): automatically generate anonymous user session
ref arcad/edge-menu#86
2023-09-20 08:55:49 -06:00

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"]
}