* enable drag and drop in controller * setup svelte v3 workflow and entry point * add ts eslint config and do compatibility fallbacks in API * rewrite replayer in svelte v3 * fix css import * fix fullscreen API
5 lines
138 B
JSON
5 lines
138 B
JSON
{
|
|
"extends": "@tsconfig/svelte/tsconfig.json",
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules/*", "__sapper__/*", "public/*"],
|
|
} |