mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 23:17:47 +01:00
36 lines
1013 B
JSON
36 lines
1013 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|