?
This commit is contained in:
@ -8,6 +8,10 @@
|
||||
"moduleDetection": "force",
|
||||
"allowJs": true,
|
||||
"declaration": true,
|
||||
"noImplicitAny": true,
|
||||
"resolveJsonModule": true,
|
||||
"sourceMap": true,
|
||||
"isolatedModules": true,
|
||||
|
||||
// Best practices
|
||||
"strict": true,
|
||||
@ -16,7 +20,7 @@
|
||||
|
||||
// Output
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./",
|
||||
"rootDir": "./src",
|
||||
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
|
Reference in New Issue
Block a user