@kinvolk/headlamp-plugin
Version:
The needed infrastructure for building Headlamp plugins.
16 lines (15 loc) • 335 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "node16",
"moduleResolution": "node16",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
},
"include": ["src/**/*"]
}