mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 13:08:48 +01:00
9 lines
145 B
JSON
9 lines
145 B
JSON
{
|
|
"compilerOptionns": {
|
|
"target": "es6"
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
],
|
|
"exclude": ["node_modules", "./js/", "./src/assets"]
|
|
}
|