mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
7 lines
152 B
JavaScript
Executable File
7 lines
152 B
JavaScript
Executable File
#! /usr/bin/env node
|
|
|
|
const ncp = require('ncp');
|
|
const path = require('path');
|
|
|
|
ncp(path.join(__dirname, '../tsconfig.plugin.json'), 'tsconfig.json');
|