blob: 4bacab4d7c1419357482e397283a639037c6b13f [file] [log] [blame]
{
"extends": "../tsconfig.json",
"compilerOptions": {
"strict": true,
"checkJs": true,
"allowJs": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"target": "ESNext",
"noEmit": true,
"allowImportingTsExtensions": true,
},
"include": ["auto-run/**/*", "suite/**/*"]
}