fix(sample): add all project files

This commit is contained in:
Morb0
2021-01-03 17:32:58 +03:00
parent 6f44b52fb5
commit 6b89126b43
20 changed files with 11898 additions and 3998 deletions

View File

@@ -0,0 +1,16 @@
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./src",
"incremental": true
},
"include": ["src/**/*"]
}