"files": [
"node_modules/protobufjs/minimal.js",
"node_modules/@types/node/base.d.ts",
"node_modules/@types/node/globals.d.ts",
"node_modules/@types/node/assert.d.ts",
"node_modules/@types/node/async_hooks.d.ts",
"node_modules/@types/node/buffer.d.ts",
"node_modules/@types/node/child_process.d.ts",
"node_modules/@types/node/cluster.d.ts",
"node_modules/@types/node/console.d.ts",
"node_modules/@types/node/constants.d.ts",
"node_modules/@types/node/crypto.d.ts",
"node_modules/@types/node/dgram.d.ts",
"node_modules/@types/node/dns.d.ts",
"node_modules/@types/node/domain.d.ts",
"node_modules/@types/node/events.d.ts",
"node_modules/@types/node/fs.d.ts",
"node_modules/@types/node/http.d.ts",
"node_modules/@types/node/http2.d.ts",
"node_modules/@types/node/https.d.ts",
"node_modules/@types/node/module.d.ts",
"node_modules/@types/node/net.d.ts",
"node_modules/@types/node/os.d.ts",
"node_modules/@types/node/path.d.ts"
],
每添加一个文件,就会报另一个文件找不到。不知道什么时候能加完、、、、
但我用下面这种写法又不起作用。
node_modules/@types/node/**/*
谁能知道要怎么配置?