mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-13 10:57:13 +00:00
40b9b84caa
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
194 B
JSON
11 lines
194 B
JSON
{
|
|
"extends": "@tsconfig/strictest/tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"outDir": "dist",
|
|
"strict": true
|
|
},
|
|
"include": ["src"]
|
|
}
|