Initial commit

This commit is contained in:
David Négrier 2020-04-03 14:56:21 +02:00
commit 26b8412f3c
13 changed files with 4146 additions and 0 deletions

12
front/tsconfig.json Normal file
View file

@ -0,0 +1,12 @@
{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"moduleResolution": "node",
"noImplicitAny": true,
"module": "es6",
"target": "es5",
"jsx": "react",
"allowJs": true
}
}