first commit
This commit is contained in:
19
default.project.json
Normal file
19
default.project.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "roblox-ts-plugin",
|
||||
"globIgnorePaths": [
|
||||
"**/package.json",
|
||||
"**/tsconfig.json"
|
||||
],
|
||||
"tree": {
|
||||
"$path": "out",
|
||||
"include": {
|
||||
"$path": "include",
|
||||
"node_modules": {
|
||||
"$className": "Folder",
|
||||
"@rbxts": {
|
||||
"$path": "node_modules/@rbxts"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user