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