chore(sample): move source in source folder

This commit is contained in:
olivier bouillet
2022-04-26 19:18:08 +02:00
parent 2657441113
commit 603956b893
10 changed files with 107 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"baseUrl": "./src",
"paths": {
"*": [
"./src/*"
]
}
},
"exclude": [
"node_modules",
"**/node_modules/*"
]
}