feat: refactor folder structure & add new codec parser and gen & add unit tests
This commit is contained in:
2
apps/mock/.gitignore
vendored
2
apps/mock/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
public/video/huge/*
|
||||
!public/video/huge/.gitkeep
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "mock",
|
||||
"name": "@konoplayer/mock",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
2
apps/mock/public/.gitignore
vendored
Normal file
2
apps/mock/public/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
video/huge/*
|
||||
!video/huge/.gitkeep
|
||||
@@ -4,10 +4,8 @@
|
||||
"composite": true,
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "node",
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": false,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"allowImportingTsExtensions": false,
|
||||
"outDir": "./dist",
|
||||
"rootDir": ".",
|
||||
|
||||
Reference in New Issue
Block a user