{ "compilerOptions": { "target": "esnext", "module": "nodenext", "strict": true, "noEmit": true, "allowJs": true, "skipLibCheck": true, "allowImportingTsExtensions": true, "erasableSyntaxOnly": true, "verbatimModuleSyntax": true }, "include": [".", "../global.d.ts"] }