Logo
Explore Help
Register Sign In
MCP/playwright-mcp
1
0
Fork 0
You've already forked playwright-mcp
mirror of https://github.com/microsoft/playwright-mcp.git synced 2025-07-24 06:42:26 +08:00
Code Issues Packages Projects Releases Wiki Activity
playwright-mcp/tsconfig.json

16 lines
273 B
JSON
Raw Normal View History

chore: initial code commit
2025-03-21 10:58:58 -07:00
{
"compilerOptions": {
"target": "ESNext",
"esModuleInterop": true,
chore: migrate to ESM (#303) - [Why do I need `.js` extension?](https://stackoverflow.com/a/77150985/6512681) - [Why setting `rootDir` in the `tsconfig.json`?](https://stackoverflow.com/a/58941798/6512681) - [How to ensure that we add the `.js` extension via ESLint](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/extensions.md#importextensions) Fixes https://github.com/microsoft/playwright-mcp/issues/302
2025-04-30 23:06:56 +02:00
"moduleResolution": "nodenext",
chore: initial code commit
2025-03-21 10:58:58 -07:00
"strict": true,
chore: migrate to ESM (#303) - [Why do I need `.js` extension?](https://stackoverflow.com/a/77150985/6512681) - [Why setting `rootDir` in the `tsconfig.json`?](https://stackoverflow.com/a/58941798/6512681) - [How to ensure that we add the `.js` extension via ESLint](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/extensions.md#importextensions) Fixes https://github.com/microsoft/playwright-mcp/issues/302
2025-04-30 23:06:56 +02:00
"module": "NodeNext",
"rootDir": "src",
"outDir": "./lib",
"resolveJsonModule": true
chore: initial code commit
2025-03-21 10:58:58 -07:00
},
"include": [
"src",
],
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 23.8.2 Page: 87ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API