diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 00000000..b0711c25 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "target": "esnext", + "baseUrl": "app", + "paths": { + "templates/*": [ + "templates/*" + ], + "*": [ + "scripts", + "styles", + "resources" + ] + } + }, + "exclude": [ + "node_modules" + ] +}