django-vue3-admin-web/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json
2025-10-20 21:21:14 +08:00

11 lines
202 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"lib": ["dom"],
"rootDir": "./src",
"outDir": "./build/main",
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules/**"]
}