This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
reValuate/node_modules/timm/tsconfig.json
2021-04-02 02:24:13 +03:00

14 lines
282 B
JSON

{
"compilerOptions": {
"lib": ["ES2017", "DOM"],
"strict": true,
"downlevelIteration": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "lib",
"esModuleInterop": true
},
"exclude": ["src/typeTests.ts"],
"include": ["src/**/*"]
}