mirror of
https://github.com/archtechx/airwire.git
synced 2025-12-12 02:34:04 +00:00
12 lines
318 B
JSON
12 lines
318 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"strict": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["resources/js/**/*"], "typeAcquisition": {"include": ["resources/js/helperTypes.d.ts"]}
|
|
}
|