mirror of
https://github.com/BTMorton/dnd-5e-srd.git
synced 2025-03-15 04:32:22 +00:00
21 lines
433 B
JSON
21 lines
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"
|
||
|
]
|
||
|
}
|