|
@@ -12,7 +12,8 @@
|
|
|
},
|
|
},
|
|
|
"filesGlob": [
|
|
"filesGlob": [
|
|
|
"./ToolCore/**/*.ts",
|
|
"./ToolCore/**/*.ts",
|
|
|
- "./AtomicEditor/**/*.ts"
|
|
|
|
|
|
|
+ "./AtomicEditor/**/*.ts",
|
|
|
|
|
+ "./TypeScript/**/*.ts"
|
|
|
],
|
|
],
|
|
|
"atom": {
|
|
"atom": {
|
|
|
"rewriteTsconfig": true
|
|
"rewriteTsconfig": true
|
|
@@ -86,6 +87,12 @@
|
|
|
"./AtomicEditor/ui/playmode/PlayMode.ts",
|
|
"./AtomicEditor/ui/playmode/PlayMode.ts",
|
|
|
"./AtomicEditor/ui/ScriptWidget.ts",
|
|
"./AtomicEditor/ui/ScriptWidget.ts",
|
|
|
"./AtomicEditor/ui/Shortcuts.ts",
|
|
"./AtomicEditor/ui/Shortcuts.ts",
|
|
|
- "./AtomicEditor/ui/UIEvents.ts"
|
|
|
|
|
|
|
+ "./AtomicEditor/ui/UIEvents.ts",
|
|
|
|
|
+ "./TypeScript/Atomic.d.ts",
|
|
|
|
|
+ "./TypeScript/AtomicNET.d.ts",
|
|
|
|
|
+ "./TypeScript/AtomicPlayer.d.ts",
|
|
|
|
|
+ "./TypeScript/AtomicWork.d.ts",
|
|
|
|
|
+ "./TypeScript/Editor.d.ts",
|
|
|
|
|
+ "./TypeScript/ToolCore.d.ts"
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|