2020-08-07 08:54:06 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
2025-01-02 17:01:39 -06:00
|
|
|
"target": "es2016",
|
2020-08-07 08:54:06 -05:00
|
|
|
"declaration": true,
|
|
|
|
"outDir": "./dist",
|
2023-05-29 18:59:43 -05:00
|
|
|
"strict": true,
|
|
|
|
"skipLibCheck": true
|
2020-08-07 08:54:06 -05:00
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"src/**/*"
|
|
|
|
]
|
|
|
|
}
|