3 строки
425 B
TypeScript
3 строки
425 B
TypeScript
/// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.
|
|
/// <reference path="./node_modules/everlive-sdk/dist/declarations/typings/globals/underscore/index.d.ts" /> Needed for autocompletion and compilation.
|
|
/// <reference path="./node_modules/everlive-sdk/dist/declarations/typings/custom/node-events/index.d.ts" /> Needed for autocompletion and compilation.
|