{
    "extends": "./config/tsconfig.json",
    "include": [
        "./scripts/**/*.ts",
        "./nrfutil/**/*.ts",
        "./main/**/*.ts",
        "./src/**/*.ts",
        "./src/**/*.tsx",
        "./test/**/*.ts",
        "./mocks/**/*.ts"
    ]
}
