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
|
@ -1,10 +1,13 @@
|
|||
{
|
||||
// "include": ["src/**/*", "webpack.config.ts"],
|
||||
|
||||
"extends": "@tsconfig/svelte/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist/",
|
||||
"sourceMap": true,
|
||||
"moduleResolution": "node",
|
||||
"module": "CommonJS",
|
||||
//"module": "CommonJS",
|
||||
"module": "ESNext",
|
||||
"target": "ES2017",
|
||||
"declaration": false,
|
||||
"downlevelIteration": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue