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