ade-planning-api
Version:
An unofficial API wrapper for ADE Planning from Adesoft
24 lines (17 loc) • 417 B
JSON
{
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": false,
"target": "ESNext",
"module": "NodeNext",
"rootDir": "./src",
"moduleResolution": "NodeNext",
"outDir": "./dist",
"forceConsistentCasingInFileNames": true,
"noImplicitAny": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}