NeahNew/node_modules/@aws-crypto/sha1-browser/tsconfig.json
2025-05-04 13:45:45 +02:00

11 lines
202 B
JSON

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