mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-07-02 00:17:19 +08:00
20 lines
361 B
JSON
20 lines
361 B
JSON
{
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"noImplicitOverride": true,
|
|
"esModuleInterop": true,
|
|
"baseUrl": ".",
|
|
"paths": {},
|
|
"types": []
|
|
}
|
|
} |