14 lines
362 B
JSON
14 lines
362 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"skipLibCheck": true,
|
||
|
"checkJs": true,
|
||
|
"allowJs": true,
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
},
|
||
|
"files": ["../src/index.ts"]
|
||
|
}
|