mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
Remove node_modules
directory
This commit is contained in:
parent
ec223e3651
commit
0306751f99
@ -12,8 +12,8 @@
|
|||||||
"rootDir": "src/",
|
"rootDir": "src/",
|
||||||
"outDir": "dist/",
|
"outDir": "dist/",
|
||||||
"moduleResolution": "bundler",
|
"moduleResolution": "bundler",
|
||||||
"typeRoots": [ "node_modules/@types", "./src/typings" ],
|
"typeRoots": [ "./src/typings" ],
|
||||||
},
|
},
|
||||||
"include": [ "node_modules/@types", "src/" ],
|
"include": [ "src/" ],
|
||||||
"exclude": [ "node_modules", ".git", "src/config.json", "src/DB-Beta.config.json", "src/Toast-Testbot.config.json" ],
|
"exclude": [ ".yarn/cache", ".yarn/unplugged",".git", "src/config.json", "src/DB-Beta.config.json", "src/Toast-Testbot.config.json" ]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user