@quick-game/cli
Version:
Command line interface for rapid qg development
63 lines • 2.09 kB
JSON
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"composite": true,
"declaration": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"inlineSources": true,
"lib": [
"esnext",
"dom",
"dom.iterable"
],
"module": "esnext",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noUnusedLocals": false,
"outDir": ".",
"rootDir": "../../../../../../../../front_end/ui/components/docs/data_grid",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"tsBuildInfoFile": "ts-tsconfig.json.tsbuildinfo",
"typeRoots": [
"../../../../../../../../node_modules/@types"
],
"types": [
"mocha",
"chai",
"sinon",
"karma-chai-sinon"
],
"useUnknownInCatchVariables": false
},
"files": [
"../../../../../../../../front_end/ui/components/docs/data_grid/adding-data.ts",
"../../../../../../../../front_end/ui/components/docs/data_grid/basic.ts",
"../../../../../../../../front_end/ui/components/docs/data_grid/empty.ts",
"../../../../../../../../front_end/ui/components/docs/data_grid/hide-cols.ts",
"../../../../../../../../front_end/ui/components/docs/data_grid/large-data.ts",
"../../../../../../../../front_end/ui/components/docs/data_grid/sticky-headers.ts",
"../../../../../../../../front_end/ui/components/docs/data_grid/three_columns.ts",
"../../../../../../../../front_end/legacy/legacy-defs.d.ts",
"../../../../../../../../front_end/global_typings/global_defs.d.ts",
"../../../../../../../../front_end/global_typings/request_idle_callback.d.ts",
"../../../../../../../../node_modules/@types/filesystem/index.d.ts"
],
"references": [
{
"path": "../../../../../test/unittests/front_end/helpers/helpers-tsconfig.json"
},
{
"path": "../../data_grid/bundle-tsconfig.json"
},
{
"path": "../../helpers/bundle-tsconfig.json"
}
]
}