Co-authored-by: DemiarUA <demiar97@gmail.com> https://github.com/Lisoveliy/totpfit/pull/1
10 lines
236 B
JSON
10 lines
236 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"checkJs": true
|
|
},
|
|
"exclude": ["node_modules", "**/node_modules/*"],
|
|
"files": ["node_modules/@zeppos/device-types/dist/index.d.ts"]
|
|
}
|