mirror of
https://github.com/SrIzan10/util-utils.git
synced 2026-06-28 03:22:30 +00:00
11 lines
243 B
JSON
11 lines
243 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"declaration": true,
|
|
"strict": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "**/__tests__/*"]
|
|
} |