refactor(scripting-revamp): migrate js-sandbox to web worker/Node vm based implementation (#3619)
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"module": "CommonJS",
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"skipLibCheck": true,
|
||||
"lib": ["ESNext", "ESNext.AsyncIterable", "DOM"],
|
||||
"esModuleInterop": true,
|
||||
"strict": true,
|
||||
"paths": {
|
||||
"~/*": ["./src/*"],
|
||||
"@/*": ["./src/*"]
|
||||
"~/*": ["./src/*"]
|
||||
},
|
||||
"types": ["@types/node", "@types/jest", "@relmify/jest-fp-ts"],
|
||||
"outDir": "./lib/",
|
||||
"rootDir": "./src/",
|
||||
"types": ["@types/node", "@types/jest", "@relmify/jest-fp-ts", "vite/client"],
|
||||
"outDir": "./dist/",
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"sourceMap": true
|
||||
|
||||
Reference in New Issue
Block a user