2017-05-02 03:46:50 +03:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"sourceMap": true,
|
2017-08-31 19:40:40 +03:00
|
|
|
"inlineSources": true,
|
2017-05-02 03:46:50 +03:00
|
|
|
"noImplicitAny": false,
|
|
|
|
"module": "amd",
|
2022-05-20 19:05:46 +03:00
|
|
|
"target": "es5",
|
2018-07-25 01:13:26 +03:00
|
|
|
"alwaysStrict": true,
|
2023-04-06 23:57:43 +03:00
|
|
|
"declaration": true,
|
|
|
|
"removeComments": false
|
2017-08-10 22:05:39 +03:00
|
|
|
},
|
2021-02-04 03:25:30 +03:00
|
|
|
"files": [],
|
|
|
|
"exclude": [
|
2021-06-23 22:43:50 +03:00
|
|
|
"node_modules/**",
|
|
|
|
"**/*.d.ts"
|
2021-02-04 03:25:30 +03:00
|
|
|
]
|
2017-08-31 19:40:40 +03:00
|
|
|
}
|