๐Ÿ“ฆ IamLizu / req-valida

๐Ÿ“„ tsconfig.base.json ยท 15 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15{
    "compilerOptions": {
        "strict": true,
        "esModuleInterop": true,
        "forceConsistentCasingInFileNames": true,
        "skipLibCheck": true,
        "checkJs": true,
        "allowJs": true,
        "declaration": true,
        "declarationMap": true,
        "allowSyntheticDefaultImports": true
    },
    "files": ["../src/index.ts"]
}