mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
12 lines
248 B
JSON
12 lines
248 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"types": ["node"],
|
|
"allowJs": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/**/*.ts", "playwright.config.ts"]
|
|
}
|