Add Nova branding
This commit is contained in:
@@ -4,12 +4,17 @@
|
||||
"es2017",
|
||||
"dom"
|
||||
],
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"*": [
|
||||
"./src/*"
|
||||
]
|
||||
},
|
||||
"verbatimModuleSyntax": true,
|
||||
"target": "ES2017",
|
||||
"noUnusedLocals": true,
|
||||
"module": "preserve",
|
||||
"moduleResolution": "bundler"
|
||||
"moduleResolution": "bundler",
|
||||
"strict": false,
|
||||
},
|
||||
"include": [
|
||||
"src/"
|
||||
|
||||
Reference in New Issue
Block a user