Files
education/frontend/node_modules/pbkdf2/tsconfig.json
T

14 lines
193 B
JSON

{
"extends": "@ljharb/tsconfig",
"compilerOptions": {
"target": "ES2021",
"checkJs": false,
"maxNodeModuleJsDepth": 0
},
"exclude": [
"coverage",
"bench",
"test/bundle.js"
]
}