(Unfinished) Testing build process
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"lib": [
|
||||
"dom",
|
||||
"dom.iterable",
|
||||
"esnext"
|
||||
],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"module": "esnext",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": "preserve",
|
||||
"moduleResolution": "node",
|
||||
"baseUrl": "src",
|
||||
"paths": {
|
||||
"@components/*": [ "components/*" ],
|
||||
"@objects/*": [ "objects/*" ],
|
||||
"@settings/*": [ "settings/*" ],
|
||||
"@styles/*": [ "styles/*" ],
|
||||
"@pages/*": [ "pages/*" ],
|
||||
"@tools/*": [ "tools/*" ],
|
||||
"@assets/*": [ "assets/*" ]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user