mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-23 02:05:32 +01:00
Qt/QML edition
This commit is contained in:
commit
d7b361ba44
2168 changed files with 721948 additions and 0 deletions
16
dependencies/drivelist/tsconfig.json
vendored
Normal file
16
dependencies/drivelist/tsconfig.json
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"outDir": "js",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"target": "es6",
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true
|
||||
},
|
||||
"include": [
|
||||
"lib"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue