9 lines
174 B
JSON
9 lines
174 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"target": "ESNext"
|
|
},
|
|
"exclude": ["vendor", "tests/fixtures"]
|
|
}
|