{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"allowImportingTsExtensions": true,
"allowJs": true,
"checkJs": false,
"rootDir": "."
},
"include": ["src/resources/extensions"],
"exclude": []
}