jsonss
Version:
JavaScript Object Notated Style Sheets
17 lines (16 loc) • 369 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"removeComments": false,
"preserveConstEnums": true,
"target": "ESNext",
"esModuleInterop": true,
"inlineSourceMap": true
},
"exclude": ["node_modules", "*.js"],
"include": [
"./parser/*.ts",
"./index.ts"
]
}