mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-04 06:02:32 +00:00
15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ES2017", "dom"],
|
|
"module": "system",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"outFile": "src/scripts.js",
|
|
"preserveConstEnums": true,
|
|
"removeComments": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": false
|
|
},
|
|
"include": ["src/ts/**/*", "src/Roll20.d.ts"]
|
|
}
|