10 lines
275 B
JSON
10 lines
275 B
JSON
{
|
|
"jest.jestCommandLine": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
|
|
"jest.rootPath": "plugin",
|
|
"files.exclude": {
|
|
"**/dist": true,
|
|
"**/node_modules": true,
|
|
"**/.sqlx": true,
|
|
"**/snapshots": true,
|
|
}
|
|
}
|