12 lines
237 B
JSON
12 lines
237 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"target": "ES2022",
|
|
"lib": ["es2022"],
|
|
"types": ["node"],
|
|
"noEmit": true
|
|
},
|
|
"include": ["seed.ts"]
|
|
} |