9 lines
151 B
JSON
9 lines
151 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./js",
|
|
"allowJs": true,
|
|
"target": "ES6",
|
|
"skipLibCheck": true,
|
|
},
|
|
"include": [ "./ts/**/*" ],
|
|
} |