13 lines
No EOL
164 B
JSON
13 lines
No EOL
164 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"target": "ES6",
|
|
"types": [
|
|
"./foundry-augments.d.ts"
|
|
]
|
|
},
|
|
"include": [
|
|
"./module/**/*",
|
|
"foundry.js"
|
|
]
|
|
} |