elite-matrix/configs/tsconfig.base.json
2023-05-14 10:33:59 -07:00

14 lines
No EOL
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"]
}