vibescript
Version:
The ultimate prompt-driven, component-based, AI-powered, vibe-oriented programming language.
29 lines (28 loc) • 576 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "Node16",
"moduleResolution": "Node16",
"outDir": "build",
"rootDir": ".",
"resolveJsonModule": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": false,
"noImplicitAny": false,
"useUnknownInCatchVariables": false,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true
},
"include": [
"bin/**/*",
"lib/**/*",
"example/**/*",
"vibe.config.ts"
],
"exclude": [
"node_modules",
"dist",
"build"
]
}