mirror of
https://github.com/moloch--/sliver-script
synced 2026-06-08 16:08:26 +00:00
17 lines
260 B
JSON
17 lines
260 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
// "module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "./lib",
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/tests/*"
|
|
],
|
|
"allowJs": true,
|
|
} |