mirror of
https://github.com/BTMorton/dnd-5e-srd.git
synced 2025-03-14 20:21:23 +00:00
21 lines
No EOL
433 B
JSON
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"
|
|
]
|
|
} |