2022-11-02 20:45:29 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2022-11-04 05:35:09 +00:00
|
|
|
"declaration": true,
|
|
|
|
"declarationDir": "dist/dts",
|
2022-11-03 19:57:46 +00:00
|
|
|
"target": "esnext",
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
2022-11-04 05:37:56 +00:00
|
|
|
"strict": true
|
2022-11-02 20:45:29 +00:00
|
|
|
}
|
|
|
|
}
|