DefinitelyTyped/angular-xeditable/tsconfig.json

19 lines
421 B
JSON

{
"files": [
"angular-xeditable.d.ts",
"angular-xeditable-tests.ts"
],
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": false
}
}