mirror of
https://github.com/flutter/holobooth.git
synced 2025-08-06 14:50:05 +08:00
20 lines
378 B
JSON
20 lines
378 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"module": "commonjs",
|
|
"noImplicitReturns": true,
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": true,
|
|
"outDir": "lib",
|
|
"resolveJsonModule": true,
|
|
"noUnusedParameters": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "es2017"
|
|
},
|
|
"compileOnSave": true,
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|