elite-matrix/configs/tsconfig.base.json

14 lines
362 B
JSON
Raw Normal View History

2023-05-14 10:33:59 -07:00
{
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"checkJs": true,
"allowJs": true,
"declaration": true,
"declarationMap": true,
"allowSyntheticDefaultImports": true,
},
"files": ["../src/index.ts"]
}