mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2024-11-23 16:44:59 +03:00
23 lines
338 B
JSON
23 lines
338 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"lib": [
|
|
"es2015",
|
|
"dom"
|
|
],
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"typeRoots": [
|
|
"./node_modules/@types",
|
|
"./types"
|
|
]
|
|
},
|
|
"include": [
|
|
"./src/crypto-pro-custom.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|