7 lines
122 B
JSON
7 lines
122 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noImplicitAny": true
|
|
},
|
|
"include": ["ts/*.ts"]
|
|
} |