참고소스 수정본
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "./tsconfig.app.json",
|
||||
"include": ["playwright", "src/**/*", "tests/**/*"],
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"composite": true,
|
||||
"lib": [],
|
||||
"jsx": "react-jsx",
|
||||
"types": ["node"],
|
||||
"noUncheckedSideEffectImports": false,
|
||||
"ignoreDeprecations": "6.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user