Files
DefinitelyTyped/phantom/tsconfig.json

14 lines
285 B
JSON

{
"files": [
"index.d.ts",
"phantom-1.0.0-tests.ts"
],
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
}
}