9 lines
176 B
JSON
9 lines
176 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
},
|
|
"include": [
|
|
"main.js", "project/**/*.js", "libs/**/*.js", "runtime.d.ts"
|
|
]
|
|
} |