mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
18 lines
315 B
JSON
18 lines
315 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "system",
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"outFile": "Source/workers.js",
|
|
"sourceMap": false,
|
|
"lib": [
|
|
"ES2017",
|
|
"dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"Source/ts/**/*",
|
|
"Source/Roll20.d.ts"
|
|
]
|
|
} |