mirror of
https://github.com/archtechx/airwire-demo.git
synced 2025-12-12 00:24:03 +00:00
12 lines
249 B
JSON
12 lines
249 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"strict": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["resources/js/**/*"],
|
|
}
|