DefinitelyTyped/d3/plugins/tsconfig.json

16 lines
361 B
JSON

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