dnd-5e-srd/tsconfig.json
Ben Morton 471ac3059b Initial import of conversion code.
Adds SRD md and json files.
2017-03-04 01:36:22 +00:00

21 lines
No EOL
433 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": false,
"sourceMap": false,
"removeComments": true,
"strictNullChecks": false,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"lib": [
"es7"
]
},
"include": [
"index.ts"
],
"exclude": [
"node_modules"
]
}