{
    "exclude": [
        "exports/core.lib.ts"
    ],
    "compilerOptions": {
        "baseUrl": "./",
        "paths": {
            "@dequanto/*": [ "src/*" ],
            "dequanto/*": [ "src/*" ],
            "@dequanto-contracts/*": [ "src/prebuilt/*" ]
        },
        "typeRoots": [
            "node_modules/@types",
            "typings",
            "typings/globals"
        ],
        "types": [
            "node",
            "assertion",
            "atma-utest"
        ],
        "declaration": true,
        "module": "es2022",
        "moduleResolution": "node",
        "experimentalDecorators": true,
        "target": "es2022",
        "lib": ["dom", "es2022"],
        "esModuleInterop": true,
        "allowSyntheticDefaultImports": true,
        "resolveJsonModule": true,
        "strictPropertyInitialization": false,
        "strictNullChecks": false,
        "useUnknownInCatchVariables": false,
        "noImplicitAny": false
    },
    "transformers": {
        "before": ["ts-nameof"]
    }
}
