move scss and ts to src dir

pull/3729/head
Daniel 2021-05-17 00:36:02 +05:30
parent c44d866dd0
commit a416320ccf
99 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"strictPropertyInitialization": true "strictPropertyInitialization": true
}, },
"include": [ "include": [
"ts/**/*" "src/ts/**/*"
], ],
"exclude": [ "exclude": [
"dist", "dist",