vue3-yuanma/test-dts/tsconfig.build.json

12 lines
201 B
JSON
Raw Normal View History

{
"compilerOptions": {
2021-10-09 02:23:30 +08:00
"noEmit": true,
"jsx": "preserve",
"module": "esnext",
"strict": true,
"moduleResolution": "node",
"lib": ["esnext", "dom"]
},
2021-10-09 02:23:30 +08:00
"include": ["./*"]
}