2024-03-12 11:49:15 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
|
|
|
"target": "es2016",
|
|
|
|
"module": "commonjs",
|
|
|
|
"declaration": true,
|
|
|
|
"declarationMap": true,
|
|
|
|
"sourceMap": true,
|
2024-03-12 13:02:27 -04:00
|
|
|
"outDir": "./build",
|
2024-03-12 11:49:15 -04:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"strict": true
|
|
|
|
},
|
|
|
|
"include": ["**/*.cts", "**/*.ts"]
|
|
|
|
}
|