D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
t
/
a
/
t
/
tattooscyy
/
api
/
vendor
/
facade
/
ignition
/
Filename :
tsconfig.json
back
Copy
{ "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, "lib": ["dom", "es2017"], "noEmit": true, "module": "esnext", "moduleResolution": "node", "noUnusedLocals": true, "noUnusedParameters": true, "preserveConstEnums": true, "removeComments": false, "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "esnext", "baseUrl": ".", "paths": { "*": ["*", "resources/js/*"] } }, "include": ["resources/**/*"] }