mirror of
https://github.com/danog/fast-srp.git
synced 2024-11-26 20:04:49 +01:00
23 lines
442 B
JSON
23 lines
442 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2018",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es2015",
|
|
"es2016",
|
|
"es2017",
|
|
"es2018"
|
|
],
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"src/"
|
|
]
|
|
}
|