updraft
Version:
Javascript ORM-like storage in SQLite (WebSQL or other), synced to the cloud
31 lines (30 loc) • 524 B
JSON
{
"version": "1.8",
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"removeComments": false,
"preserveConstEnums": true,
"suppressImplicitAnyIndexErrors": true,
"sourceMap": true,
"declaration": true,
"out": "../dist/updraft.js"
},
"filesGlob": [
"./*.ts"
],
"files": [
"./assign.ts",
"./Column.ts",
"./Database.ts",
"./Delta.ts",
"./index.ts",
"./Query.ts",
"./SQLiteWrapper.ts",
"./Store.ts",
"./Table.ts",
"./Text.ts",
"./verify.ts",
"./WebsqlWrapper.ts"
]
}