mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
chore: v2 full rewrite
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"compileOnSave": false,
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@flasher/flasher": ["src/Prime/Resources"],
|
||||
"@flasher/flasher-noty": ["src/Noty/Prime/Resources"],
|
||||
"@flasher/flasher-notyf": ["src/Notyf/Prime/Resources"],
|
||||
"@flasher/flasher-sweetalert": ["src/SweetAlert/Prime/Resources"],
|
||||
"@flasher/flasher-toastr": ["src/Toastr/Prime/Resources"],
|
||||
},
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"declaration": true,
|
||||
"declarationMap": false,
|
||||
"downlevelIteration": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": [
|
||||
"es6",
|
||||
"dom"
|
||||
],
|
||||
"module": "es6",
|
||||
"moduleResolution": "node",
|
||||
"noEmitOnError": true,
|
||||
"removeComments": true,
|
||||
"skipLibCheck": true,
|
||||
"sourceMap": false,
|
||||
"strict": true,
|
||||
"target": "es6"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"public"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user