mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"target": "es5",
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"paths": {
|
|
"@ember/*": [
|
|
"ember__*"
|
|
]
|
|
},
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"test/lib/assert.ts",
|
|
"test/model.ts",
|
|
"test/module-api.ts",
|
|
"test/adapter.ts",
|
|
"test/serializer.ts",
|
|
"test/transform.ts",
|
|
"test/relationships.ts",
|
|
"test/store.ts",
|
|
"test/has-many.ts",
|
|
"test/belongs-to.ts",
|
|
"test/record-reference.ts",
|
|
"test/injections.ts",
|
|
"test/error.ts",
|
|
"test/promises.ts"
|
|
]
|
|
}
|