初始化环境文件
This commit is contained in:
10
node_modules/@aws-crypto/supports-web-crypto/tsconfig.json
generated
vendored
Normal file
10
node_modules/@aws-crypto/supports-web-crypto/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["dom"],
|
||||
"rootDir": "./src",
|
||||
"outDir": "./build/main",
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"exclude": ["node_modules/**"]
|
||||
}
|
||||
Reference in New Issue
Block a user