mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-16 20:00:59 -05:00
Remove node_modules
directory
This commit is contained in:
parent
e1497acd63
commit
30659b9a3c
@ -12,8 +12,8 @@
|
||||
"rootDir": "src/",
|
||||
"outDir": "dist/",
|
||||
"moduleResolution": "bundler",
|
||||
"typeRoots": [ "node_modules/@types", "./src/typings" ],
|
||||
"typeRoots": [ "./src/typings" ],
|
||||
},
|
||||
"include": [ "node_modules/@types", "src/" ],
|
||||
"exclude": [ "node_modules", ".git", "src/config.json", "src/DB-Beta.config.json", "src/Toast-Testbot.config.json" ],
|
||||
"include": [ "src/" ],
|
||||
"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