GoDoxy/tsconfig.json

10 lines
190 B
JSON

{
"compilerOptions": {
"skipLibCheck": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"strict": true
},
"include": ["schemas/**/*.ts"]
}