vue3-core/packages-private/dts-test/tsconfig.test.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
201 B
JSON
Raw Permalink 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": ["./*"]
}