flintstones-llm/jsconfig.json

14 lines
183 B
JSON
Raw Permalink Normal View History

2024-08-07 19:30:36 -04:00
{
"compilerOptions": {
"module": "Node16",
"target": "ES2022",
"checkJs": false, /* Typecheck .js files. */
"lib": [
"ES2022"
]
},
"exclude": [
"node_modules"
]
}