Pulse/internal/cloudcp/portal/frontend/tsconfig.json

12 lines
240 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "Bundler",
"lib": ["DOM", "ES2020"],
"noEmit": true,
"skipLibCheck": true,
"strict": false
},
"include": ["src/**/*.ts"]
}