mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-08 21:27:57 +00:00
12 lines
226 B
JSON
12 lines
226 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Vue Application",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"lib": ["ESNext", "DOM"],
|
|
"noImplicitAny": false
|
|
|
|
}
|
|
}
|