10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "ES6",
|
|
"checkJs": true
|
|
},
|
|
"include": [
|
|
"internal_data/**/*.js"
|
|
]
|
|
} |