DefinitelyTyped/launchpad/tsconfig.json
2016-07-25 12:45:12 -07:00

18 lines
378 B
JSON

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