open-in-idx
Version:
SDK for opening workspaces in Project IDX
16 lines (15 loc) • 346 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022", "DOM"],
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"declaration": true,
"declarationMap": true,
"moduleResolution": "node",
"sourceMap": false,
"outDir": "dist"
},
"include": ["./src/**/*"]
}