mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 15:08:27 -04:00
21 lines
310 B
JSON
21 lines
310 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"lib": [
|
|
"esnext"
|
|
],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|