mirror of
https://github.com/moloch--/sliver-script
synced 2026-06-08 16:08:26 +00:00
11 lines
213 B
JSON
11 lines
213 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"outDir": "./e2e/dist",
|
|
"rootDir": "./e2e"
|
|
},
|
|
"include": ["e2e/**/*.ts"],
|
|
"exclude": ["node_modules", "e2e/dist"]
|
|
}
|