UNPKG

@astrauka/wix-code-typescript-wrapper

Version:

Allows to write typescript developing code with Wix Local Editor. Compiles and uploads javascript to Wix.

20 lines (19 loc) 505 B
{ "compilerOptions": { "outDir": "../../dist", "rootDir": "..", "types" : ["corvid-types/types/pages"], "paths": { "public/universal/*": ["../backend/universal/*"], "public/*": ["./public/*"], "backend/backend-api": ["../../dist/backend/backend-api"] }, "target": "ES2019", "module": "ESNext", "moduleResolution": "Node", "preserveConstEnums": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true }, "include": ["**/*.ts"] }