Initial commit
This commit is contained in:
commit
26b8412f3c
13 changed files with 4146 additions and 0 deletions
12
front/tsconfig.json
Normal file
12
front/tsconfig.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist/",
|
||||
"sourceMap": true,
|
||||
"moduleResolution": "node",
|
||||
"noImplicitAny": true,
|
||||
"module": "es6",
|
||||
"target": "es5",
|
||||
"jsx": "react",
|
||||
"allowJs": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue