@onkernel/create-kernel-app
Version:
Create Kernel sample applications
17 lines (16 loc) • 376 B
JSON
{
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"allowJs": false,
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": true
},
"include": ["./**/*.ts"],
"exclude": ["node_modules", "dist"]
}