This commit is contained in:
13
node_modules/timm/tsconfig.json
generated
vendored
Normal file
13
node_modules/timm/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["ES2017", "DOM"],
|
||||
"strict": true,
|
||||
"downlevelIteration": true,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"outDir": "lib",
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"exclude": ["src/typeTests.ts"],
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user