12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
"extends": "@tsconfig/node16-strictest-esm/tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["esnext"],
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"exactOptionalPropertyTypes": false
|
|
},
|
|
"include": ["./src/**/*", "__test__/**/*"],
|
|
"exclude": ["test", "bin"]
|
|
}
|