Adding correct SCSS file integration with Svelte
This commit is contained in:
parent
1885ea42a4
commit
5cb58d98a0
10 changed files with 5039 additions and 74 deletions
8
front/tsconfig-for-jasmine.json
Normal file
8
front/tsconfig-for-jasmine.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": ["./src/**/*", "./tests/**/*"],
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS",
|
||||
"lib": ["es2015","dom"],
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue