mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"target": "es5",
|
|
"lib": ["es2015", "dom"]
|
|
},
|
|
"include": ["./src/**/*"],
|
|
"exclude": ["**/__tests__/*"]
|
|
}
|